mirror of
https://gitlab.aachen.ccc.de/inventory/in.git
synced 2025-06-09 05:25:09 +02:00
parent
fda7352e22
commit
8e19a1dbad
6 changed files with 151 additions and 42 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue