diff --git a/public/js/extra.js b/public/js/extra.js
index 084ebe8a9..aed97417e 100644
--- a/public/js/extra.js
+++ b/public/js/extra.js
@@ -226,7 +226,7 @@ function generateToc(id) {
'class': 'toc',
'targetId': id
});
- if(target.text() == 'undefined')
+ if (target.text() == 'undefined')
target.html('');
var backtotop = $('Back to top');
var gotobottom = $('Go to bottom');
@@ -262,7 +262,7 @@ function smoothHashScroll() {
// prevent default anchor click behavior
e.preventDefault();
// animate
- $('html, body').animate({
+ $('body, html').stop(true, true).animate({
scrollTop: $(hash).offset().top
}, 100, "linear", function () {
// when done, add hash to url