diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tableheader.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tableheader.js b/misc/tableheader.js index f8bc40112..a93914c25 100644 --- a/misc/tableheader.js +++ b/misc/tableheader.js @@ -75,7 +75,7 @@ Drupal.behaviors.tableHeader = function (context) { return; } time = setTimeout(function () { - $(headers).each(function () { + $('table.sticky-header').each(function () { // Force cell width calculation. this.viewHeight = 0; tracker(this); |