Fixed for code consistency

This commit is contained in:
Wu Cheng-Han 2015-09-25 14:22:45 +08:00
parent 376a759df7
commit 44cd5d4b56

View file

@ -226,7 +226,7 @@ function generateToc(id) {
'class': 'toc',
'targetId': id
});
if(target.text() == 'undefined')
if (target.text() == 'undefined')
target.html('');
var backtotop = $('<a class="back-to-top" href="#">Back to top</a>');
var gotobottom = $('<a class="go-to-bottom" href="#">Go to bottom</a>');
@ -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