Address review comments

Signed-off-by: yubiuser <ckoenig@posteo.de>
This commit is contained in:
yubiuser
2021-08-09 19:49:11 +02:00
parent 086a8dabbb
commit e0ba6ded2a
2 changed files with 2 additions and 6 deletions

View File

@@ -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",