Merge pull request #108 from sdegutis/patch-1

Speed up scrolling
This commit is contained in:
₍˄ุ.͡˳̫.˄ุ₎ 2015-01-06 13:51:21 -08:00
commit 7661b613a8

View File

@ -8,7 +8,7 @@ $(function() {
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
}, 200);
return false;
}
}