diff --git a/misc/tableheader.js b/misc/tableheader.js index f8bc4011233..a93914c25da 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);