From 61038a8750db1090a24fff70f47bb687b977d765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 10 Sep 2019 14:37:44 +0200 Subject: [PATCH] Use search query string instead of hash for file wiewer --- content/pages/dataview.html | 7 +++-- content/pages/index.html | 2 +- .../scripts/parseQueryStringToDictionary.js | 31 +++++++++++++++++++ 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 content/scripts/parseQueryStringToDictionary.js diff --git a/content/pages/dataview.html b/content/pages/dataview.html index 3affc668..5910cbf7 100644 --- a/content/pages/dataview.html +++ b/content/pages/dataview.html @@ -8,6 +8,7 @@ +