mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v 1.7
This commit is contained in:
parent
126f662c72
commit
58dfbf36c8
2 changed files with 9 additions and 8 deletions
|
|
@ -41,7 +41,6 @@ function overviewMarkers() {
|
|||
if (el.classList.contains("icon-pin")) return pinMarker(el, i);
|
||||
if (el.classList.contains("locks")) return toggleLockStatus(el, i);
|
||||
if (el.classList.contains("icon-trash-empty")) return triggerRemove(i);
|
||||
// TODO: hidden attribute
|
||||
}
|
||||
|
||||
function addLines() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue