display items on map, switch to grid layout

closes #2
This commit is contained in:
jomo 2022-08-05 22:04:56 +02:00
parent fda7352e22
commit 8e19a1dbad
6 changed files with 151 additions and 42 deletions

View file

@ -35,7 +35,7 @@ function fillForm() {
document.getElementById('note').value = item.note;
document.getElementById('hidden').checked = item.hidden;
coordsToMap(item.coords_bl, item.coords_tr);
formCoordsToMap();
}
const saveBtn = document.getElementById('save');