replace state with current page on load
This commit is contained in:
parent
872e044d6c
commit
a73d042205
|
@ -146,4 +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)
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue