From 60f7e5f3167f6614d7a6817d4c20eaaa888ce1ee Mon Sep 17 00:00:00 2001 From: Abraham Schilling Date: Mon, 3 Sep 2018 19:16:02 +0200 Subject: [PATCH] Update index.html --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index c3b70c3..75a13b3 100644 --- a/web/index.html +++ b/web/index.html @@ -67,8 +67,8 @@ ga('send', 'event', 'user-input', 'success', line); } - const url = "/?q=" + encodeURIComponent(line) - history.replaceState(null, "", url) + var url = "/?q=" + encodeURIComponent(line); + history.replaceState(null, "", url); return res.msg; }