replace state with current page on load

This commit is contained in:
Ted Unangst 2019-09-16 16:37:50 -04:00
parent 872e044d6c
commit a73d042205
1 changed files with 1 additions and 0 deletions

View File

@ -146,4 +146,5 @@ function relinkconvoys() {
el.onclick = pageswitcher("atme")
relinkconvoys()
window.onpopstate = statechanger
history.replaceState(thispagename, "some title", thispagename)
})();