scroll to top switching pages

This commit is contained in:
Ted Unangst 2019-10-01 17:02:53 -04:00
parent 16212d9dab
commit 67ae66ca26
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
}