fixed toggle bulk action bug

pull/44/head
A1Gard 3 months ago
parent 507b655c94
commit e19a69215e

@ -65,9 +65,9 @@ window.addEventListener('load', function () {
checkbox.removeAttribute("checked"); checkbox.removeAttribute("checked");
} }
}); });
handleCheckChange();
}); });
handleCheckChange();
} }
// Attach an event listener for "change" and "click" events // Attach an event listener for "change" and "click" events
chkall.forEach(function (chkall) { chkall.forEach(function (chkall) {

Loading…
Cancel
Save