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
1 changed files with 1 additions and 1 deletions

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