mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
feat: routes overview - create route
This commit is contained in:
parent
834d6f6cc7
commit
ff27937cc4
2 changed files with 3 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ function overviewRoutes() {
|
|||
|
||||
// add listeners
|
||||
byId("routesOverviewRefresh").on("click", routesOverviewAddLines);
|
||||
// byId("routeCreateNew").on("click", createRoute);
|
||||
byId("routeCreateNew").on("click", createRoute);
|
||||
byId("routesExport").on("click", downloadRoutesData);
|
||||
byId("routesRemoveAll").on("click", triggerAllRoutesRemove);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue