don't change url on first load

This commit is contained in:
Ted Unangst 2019-09-16 22:40:37 -04:00
parent 42ee3becde
commit 5578182bd0

View file

@ -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", "")
})();