diff --git a/manage/bulk-actions.js b/manage/bulk-actions.js index f6032cff..ead18516 100644 --- a/manage/bulk-actions.js +++ b/manage/bulk-actions.js @@ -95,7 +95,7 @@ const bulk = { // total is undefined until initialized if (installed.dataset.total) { // ignore filter checkboxes - if (target.type === 'checkbox' && !target.dataset.filter && target.closest('#tools-wrapper, .entry')) { + if (target.type === 'checkbox' && target.closest('.toggle-all, .entry-filter')) { handleEvent.toggleBulkActions({hidden: false}); const bulk = $('#toggle-all-filters'); const state = target.checked;