- Patch #1031148 by Berdir: select-all checkbox is not added when updating a table with #ajax.
parent
f3b693cf03
commit
12b3ed9060
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue