don't change url on first load

master
Ted Unangst 5 years ago
parent 42ee3becde
commit 5578182bd0

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

Loading…
Cancel
Save