From f5d2df9811427da9f076d75a830c1066a3d1220f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Wed, 30 Oct 2019 13:28:32 +0100 Subject: [PATCH] Use URLSearchParams API instead of manual or parseQueryStringToDictionary use --- content/view.html | 12 ++++----- static/js/parseQueryStringToDictionary.js | 31 ----------------------- static/js/websiteFile.js | 12 +++++++-- 3 files changed, 16 insertions(+), 39 deletions(-) delete mode 100644 static/js/parseQueryStringToDictionary.js diff --git a/content/view.html b/content/view.html index 0da6394a..586beabd 100644 --- a/content/view.html +++ b/content/view.html @@ -5,7 +5,6 @@ draft: false --- -