summaryrefslogtreecommitdiff
path: root/misc/tableselect.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tableselect.js')
-rw-r--r--misc/tableselect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tableselect.js b/misc/tableselect.js
index e3a743640..b19184241 100644
--- a/misc/tableselect.js
+++ b/misc/tableselect.js
@@ -1,7 +1,7 @@
// $Id$
Drupal.behaviors.tableSelect = function (context) {
- $('form table[th.select-all]:not(.tableSelect-processed)', context).each(Drupal.tableSelect);
+ $('form table:has(th.select-all):not(.tableSelect-processed)', context).each(Drupal.tableSelect);
};
Drupal.tableSelect = function() {