This commit is contained in:
r888888888
2013-04-18 00:04:51 -07:00
parent 53ee04d6a2
commit 36bbda3d45
5 changed files with 24 additions and 30 deletions

View File

@@ -18,7 +18,7 @@
} else {
top = element.offset().top - 10;
}
$('html, body').animate({scrollTop: top}, 200, "linear", function() {Danbooru.scrolling = false;});
$('html, body').animate({scrollTop: top}, 300, "linear", function() {Danbooru.scrolling = false;});
}
Danbooru.notice = function(msg) {