mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Tweak deleting message
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user