don't change url on first load
This commit is contained in:
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…
Reference in New Issue