replace state with current page on load

master
Ted Unangst 5 years ago
parent 872e044d6c
commit a73d042205

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

Loading…
Cancel
Save