From 1c4d7316bc12a6a4eea5bf54fe7cb1e8e0e7441e Mon Sep 17 00:00:00 2001 From: Erik van Sebille Date: Sun, 29 Oct 2023 15:44:54 +0100 Subject: [PATCH] Removing excess whitespace from map.js --- main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.js b/main.js index 3562166..8767427 100644 --- a/main.js +++ b/main.js @@ -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(","); @@ -123,7 +123,7 @@ class DrifterApp { { this.selected = []; } - + this.begin = Date.parse(urlParams.get("b")) || 0; }