svn path=/Website/trunk/; revision=31120

This commit is contained in:
2016-10-18 10:32:18 +00:00
parent 90627aabeb
commit 3138609600

View File

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