Преглед на файлове

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