mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 18:59:48 +01:00
@@ -170,7 +170,7 @@ function deleteMessage() {
|
||||
var id = tr.attr("data-id");
|
||||
|
||||
utils.disableAll();
|
||||
utils.showAlert("info", "", "Deleting message # ", id);
|
||||
utils.showAlert("info", "", "Deleting message with ID " + parseInt(id, 10), "...");
|
||||
$.ajax({
|
||||
url: "scripts/pi-hole/php/message.php",
|
||||
method: "post",
|
||||
|
||||
Reference in New Issue
Block a user