From 12b3ed9060d106e915b792bae176d6e8a484a54d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Apr 2011 23:51:58 +0200 Subject: - Patch #1031148 by Berdir: select-all checkbox is not added when updating a table with #ajax. --- misc/tableselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/tableselect.js b/misc/tableselect.js index 955f199fc..a50110e94 100644 --- a/misc/tableselect.js +++ b/misc/tableselect.js @@ -2,7 +2,7 @@ Drupal.behaviors.tableSelect = { attach: function (context, settings) { - $('form table:has(th.select-all)', context).once('table-select', Drupal.tableSelect); + $('table:has(th.select-all)', context).once('table-select', Drupal.tableSelect); } }; -- cgit v1.2.3