Skip to content
Snippets Groups Projects
Commit 34fe84a1 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

fix: Old id

parent 2f74afdb
Branches
No related tags found
No related merge requests found
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
} }
window.displayCoordinatesInput = (id) => { window.displayCoordinatesInput = (id) => {
document.getElementById("coordinates").checked = true; document.getElementById("grid").checked = true;
document.getElementById('input-weatherstation').style.display="none"; document.getElementById('input-weatherstation').style.display="none";
document.getElementById('input-coordinates').style.display="block"; document.getElementById('input-coordinates').style.display="block";
selectWeatherstationElement.selectedIndex = 0; selectWeatherstationElement.selectedIndex = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment