Skip to content

Commit

Permalink
delete alert()
Browse files Browse the repository at this point in the history
  • Loading branch information
Mijadaj committed Nov 12, 2024
1 parent 8626642 commit fa3a131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function updateURL() {
updateLatLng()
const lat = latLngArray[0];
const lng = latLngArray[1];
alert(latLngArray)
const newUrl = new URL(window.location.href);
coordinateSystem = selectSystemElement.value
newUrl.searchParams.set('coordinateSystem', coordinateSystem);
Expand Down

0 comments on commit fa3a131

Please sign in to comment.