scroll to top switching pages
Ted Unangst tedu@tedunangst.com
Tue, 01 Oct 2019 17:02:53 -0400
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
views/honkpage.js
→
views/honkpage.js
@@ -150,6 +150,7 @@ }
switchtopage(name, arg) var url = evt.srcElement.href history.pushState(newpagestate(name, arg), "some title", url) + window.scrollTo(0, 0) return false } }