Tweak deleting message

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2023-01-17 07:16:18 +01:00
parent 92a5154c79
commit acac90f79d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ function delItems(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting Adlists: " + idstring, "...");
utils.showAlert("info", "", "Deleting Adlist with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/groups.php",
+1 -1
View File
@@ -362,7 +362,7 @@ function delItems(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting clients: " + idstring, "...");
utils.showAlert("info", "", "Deleting client with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/groups.php",
+1 -1
View File
@@ -455,7 +455,7 @@ function delItems(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting items: " + idstring, "...");
utils.showAlert("info", "", "Deleting item with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/groups.php",
+1 -1
View File
@@ -224,7 +224,7 @@ function delItems(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting groups: " + idstring, "...");
utils.showAlert("info", "", "Deleting group with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/groups.php",
+1 -1
View File
@@ -338,7 +338,7 @@ function delMsg(ids) {
utils.disableAll();
var idstring = ids.join(", ");
utils.showAlert("info", "", "Deleting messages: " + idstring, "...");
utils.showAlert("info", "", "Deleting message with ID: " + idstring, "...");
$.ajax({
url: "scripts/pi-hole/php/message.php",