From 97a97554f1879816007d7509281b947fa0f03adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 23 Jan 2008 09:48:10 +0000 Subject: #213064 by dvessel: fix sticky table headers bug when resizing --- misc/tableheader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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); -- cgit v1.2.3