This commit is contained in:
Azgaar 2021-10-06 21:47:51 +03:00
parent 126f662c72
commit 58dfbf36c8
2 changed files with 9 additions and 8 deletions

View file

@ -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() {