This commit is contained in:
albert
2013-03-03 15:44:42 -05:00
parent 91ca67e9a1
commit 37f26f179f

View File

@@ -6,9 +6,6 @@
Danbooru.notice = function(msg) {
$('#notice').html(msg).addClass("ui-state-highlight").removeClass("ui-state-error").fadeIn("fast");
var scroll_top = $("#notice");
$('html, body').animate({
scrollTop: scroll_top
}, 250);
}
Danbooru.error = function(msg) {