feat: routes - regenerateRoutes

This commit is contained in:
Azgaar 2024-08-09 17:00:45 +02:00
parent 19723bd513
commit 16b441c5cf
4 changed files with 12 additions and 9 deletions

View file

@ -113,8 +113,7 @@ function overviewRoutes() {
function triggerRouteRemove() {
const routeId = +this.parentNode.dataset.id;
alertMessage.innerHTML = /* html */ `Are you sure you want to remove the route? All tributaries will be auto-removed`;
alertMessage.innerHTML = `Are you sure you want to remove the route?`;
$("#alert").dialog({
resizable: false,
width: "22em",