mirror of
https://github.com/pi-hole/web.git
synced 2025-12-23 20:28:28 +00:00
@@ -448,7 +448,7 @@ function delItems(ids) {
|
||||
|
||||
utils.disableAll();
|
||||
const idstring = ids.join(", ");
|
||||
utils.showAlert("info", "", "Deleting domain...", "<ul>" + domain + "</ul>");
|
||||
utils.showAlert("info", "", "Deleting domain...", domain);
|
||||
|
||||
$.ajax({
|
||||
url: "/api/domains/" + typestr + "/" + encodeURIComponent(domain),
|
||||
|
||||
@@ -466,7 +466,7 @@ function delItems(ids) {
|
||||
|
||||
utils.disableAll();
|
||||
const idstring = ids.join(", ");
|
||||
utils.showAlert("info", "", "Deleting list(s) ...", "<ul>" + address + "</ul>");
|
||||
utils.showAlert("info", "", "Deleting list(s) ...", address);
|
||||
|
||||
$.ajax({
|
||||
url: "/api/lists/" + encodeURIComponent(address),
|
||||
|
||||
Reference in New Issue
Block a user