all repos — honk @ f1427e327430557fad4d441d7e989eaa4465a2d5

my fork of honk

replace state with current page on load
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 16:37:50 -0400
commit

f1427e327430557fad4d441d7e989eaa4465a2d5

parent

f51596b6f2f7798c58c40ef5186b02168f439445

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M views/honkpage.jsviews/honkpage.js

@@ -146,4 +146,5 @@ var el = document.getElementById("atmelink")

el.onclick = pageswitcher("atme") relinkconvoys() window.onpopstate = statechanger + history.replaceState(thispagename, "some title", thispagename) })();