Skip to content

Commit

Permalink
Add missing param definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsnow committed Feb 8, 2025
1 parent 673f836 commit 16ca833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class Map {
});

this.map.on("moveend", () => {
urlParams = new URLSearchParams(window.location.search);
const urlParams = new URLSearchParams(window.location.search);
idParam = urlParams.get("id");
if (idParam) {
urlParams.set("id", idParam);
Expand Down

0 comments on commit 16ca833

Please sign in to comment.