8ddf0ca40643401541d844a97df5542817fea1be introduced a spurious token that breaks scrolling back to top
@@ -91,7 +91,7 @@
event.preventDefault();
$('html, body').animate({
'scrollTop': 0
- }, 800, function() {default_m
+ }, 800, function() {
window.location.hash = "";
});