Changeset 58375
- Timestamp:
- 06/10/2024 09:50:28 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/common.js
r57745 r58375 1170 1170 1171 1171 // Toggle the "Select all" checkboxes depending if the other ones are all checked or not. 1172 var unchecked = $(this).closest('tbody').find('tr .iedit').find(':checkbox').filter(':visible:enabled').not(':checked');1172 var unchecked = $(this).closest('tbody').find('tr').find(':checkbox').filter(':visible:enabled').not(':checked'); 1173 1173 1174 1174 /**
Note: See TracChangeset
for help on using the changeset viewer.