From 5578182bd0e8e5ade3539f4afecafd011772e026 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 16 Sep 2019 22:40:37 -0400 Subject: [PATCH] don't change url on first load --- views/honkpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/honkpage.js b/views/honkpage.js index ea0ae42..ae8cdef 100644 --- a/views/honkpage.js +++ b/views/honkpage.js @@ -146,5 +146,5 @@ function relinkconvoys() { el.onclick = pageswitcher("atme") relinkconvoys() window.onpopstate = statechanger - history.replaceState(thispagename, "some title", thispagename) + history.replaceState(thispagename, "some title", "") })();