mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
messages: fix function call (#3482)
This commit is contained in:
@@ -194,7 +194,7 @@ function delMsg(id) {
|
||||
utils.changeTableButtonStates(table);
|
||||
})
|
||||
.done(
|
||||
utils.checkMessages // Update icon warnings count
|
||||
utils.checkMessages() // Update icon warnings count
|
||||
)
|
||||
.fail((jqXHR, exception) => {
|
||||
utils.enableAll();
|
||||
|
||||
Reference in New Issue
Block a user