From 37f26f179f747d0fe97d89aa3d8574618efdefb0 Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 3 Mar 2013 15:44:42 -0500 Subject: [PATCH] fixes #735 --- app/assets/javascripts/utility.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/javascripts/utility.js b/app/assets/javascripts/utility.js index e5fd5dd85..a2132cc2d 100644 --- a/app/assets/javascripts/utility.js +++ b/app/assets/javascripts/utility.js @@ -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) {