فهرست منبع

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 = "";
     });
   });