mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
utils: remove duplicate function and convert changeTableButtonStates to vanilla JS (#3547)
This commit is contained in:
@@ -439,7 +439,7 @@ function initTable() {
|
||||
});
|
||||
|
||||
table.on("init select deselect", () => {
|
||||
utils.changeBulkDeleteStates(table);
|
||||
utils.changeTableButtonStates(table);
|
||||
});
|
||||
|
||||
table.on("order.dt", () => {
|
||||
|
||||
Reference in New Issue
Block a user