mirror of
https://github.com/pi-hole/web.git
synced 2025-12-22 03:38:29 +00:00
@@ -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