mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes - regenerateRoutes
This commit is contained in:
parent
19723bd513
commit
16b441c5cf
4 changed files with 12 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue