Forráskód Böngészése

fix: 8ddf0ca40643401541d844a97df5542817fea1be (#1193)

8ddf0ca40643401541d844a97df5542817fea1be introduced a spurious token
that breaks scrolling back to top
Alessandro Bahgat 6 éve
szülő
commit
d9e3e9fcfa
1 módosított fájl, 1 hozzáadás és 1 törlés
  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 = "";
     });
   });