diff --git a/misc/tableheader.js b/misc/tableheader.js index 9deb18d84a6..511c4a4c1f4 100644 --- a/misc/tableheader.js +++ b/misc/tableheader.js @@ -13,7 +13,7 @@ Drupal.behaviors.tableHeader = function (context) { // Keep track of all cloned table headers. var headers = []; - + $(".sticky-header").each(function(i, el){headers.push(el);}); $('table.sticky-enabled thead:not(.tableHeader-processed)', context).each(function () { // Clone thead so it inherits original jQuery properties. var headerClone = $(this).clone(true).insertBefore(this.parentNode).wrap('').parent().css({