FSN#38430 only applicable to tables with thead

svn path=/Website/trunk/; revision=31514
This commit is contained in:
2016-11-16 15:30:07 +00:00
parent e18ea43fb9
commit b0f07492f2

View File

@@ -453,7 +453,7 @@ function updateTableHeaders() {
$(function() {
$("table").each(function() {
$("table").has("thead").each(function() {
$(this).wrap("<div class=\"divrstable\" style=\"position:relative\"></div>");
var originalHeaderRow = $("thead:first", this)