svn path=/Website/branches/v2016.3/; revision=32469
This commit is contained in:
2017-01-20 10:05:39 +00:00
parent 83bcb6e3da
commit 2f4ef4b26f

View File

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