all repos — honk @ e617c6d87fd6ea08a77a7d2aad722dfa2b2086f8

my fork of honk

don't change url on first load
Ted Unangst tedu@tedunangst.com
Mon, 16 Sep 2019 22:40:37 -0400
commit

e617c6d87fd6ea08a77a7d2aad722dfa2b2086f8

parent

6daf6f8d9bf6caaa697f9cf699255081916017cf

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

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

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

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