summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-23 09:48:10 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-23 09:48:10 +0000
commit97a97554f1879816007d7509281b947fa0f03adc (patch)
treee653670dbfdd5cf967b5267808ab72cf3aab68e6 /misc
parent3bfb600ae54f2428aec20d9a0802f4e74471044f (diff)
downloadbrdo-97a97554f1879816007d7509281b947fa0f03adc.tar.gz
brdo-97a97554f1879816007d7509281b947fa0f03adc.tar.bz2
#213064 by dvessel: fix sticky table headers bug when resizing
Diffstat (limited to 'misc')
-rw-r--r--misc/tableheader.js2
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);