diff --git a/views/honkpage.js b/views/honkpage.js index 1adc712..19f0fec 100644 --- a/views/honkpage.js +++ b/views/honkpage.js @@ -150,6 +150,7 @@ function pageswitcher(name, arg) { switchtopage(name, arg) var url = evt.srcElement.href history.pushState(newpagestate(name, arg), "some title", url) + window.scrollTo(0, 0) return false } }