Skip to content
Snippets Groups Projects
Commit b3510563 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1031148 by Berdir: select-all checkbox is not added when updating a table with #ajax.

parent ef9060f2
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment