From a73d042205b8fa2d0b00caf5022e2679b8d06c98 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 16 Sep 2019 16:37:50 -0400 Subject: [PATCH] replace state with current page on load --- views/honkpage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/views/honkpage.js b/views/honkpage.js index ca183cc..ea0ae42 100644 --- a/views/honkpage.js +++ b/views/honkpage.js @@ -146,4 +146,5 @@ function relinkconvoys() { el.onclick = pageswitcher("atme") relinkconvoys() window.onpopstate = statechanger + history.replaceState(thispagename, "some title", thispagename) })();