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
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -440,7 +440,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