merge module ui

This commit is contained in:
Peter 2022-11-27 16:56:11 -05:00
parent 8875f5d10a
commit 112e78f40a
14 changed files with 579 additions and 717 deletions

View file

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