浏览代码

fix: 8ddf0ca40643401541d844a97df5542817fea1be (#1193)

8ddf0ca40643401541d844a97df5542817fea1be introduced a spurious token
that breaks scrolling back to top
Alessandro Bahgat 6 年之前
父节点
当前提交
d9e3e9fcfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      assets/js/academic.js

+ 1 - 1
assets/js/academic.js

@@ -91,7 +91,7 @@
     event.preventDefault();
     $('html, body').animate({
       'scrollTop': 0
-    }, 800, function() {default_m
+    }, 800, function() {
       window.location.hash = "";
     });
   });