Skip to content

Commit

Permalink
Removing excess whitespace from map.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Oct 29, 2023
1 parent 2fd742c commit 1c4d731
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ class DrifterApp {
}
});
}

readQuery() {
this.animating = Number.parseInt(urlParams.get("a"));
let selection = urlParams.get("s");

if (selection)
{
this.selected = selection.split(",");
Expand All @@ -123,7 +123,7 @@ class DrifterApp {
{
this.selected = [];
}

this.begin = Date.parse(urlParams.get("b")) || 0;
}

Expand Down

0 comments on commit 1c4d731

Please sign in to comment.