docs(proxy): edit proxy

This commit is contained in:
ruanyf
2016-12-24 20:56:36 +08:00
parent c7d9c5d138
commit 04f582da78
3 changed files with 74 additions and 6 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ function init_back_to_top_button() {
function goTop(e) {
if(e) e.preventDefault();
$('html body').animate({
$('html, body').animate({
scrollTop: 0
}, 200);
history.pushState(null, null, '#' + location.hash.split('#')[1]);