Remove extra <ul></ul>

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-11-24 07:50:45 +01:00
parent 49cd7f8a37
commit 70a009d24d
2 changed files with 2 additions and 2 deletions

View File

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