From ef94f673d2ca0dc9e474ed4e0d12804790d64e40 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 22 Nov 2010 16:28:49 +0000 Subject: [PATCH] NIHVIVO-1361: Removed fade in --- webapp/web/js/login/loginUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/js/login/loginUtils.js b/webapp/web/js/login/loginUtils.js index dd2904887..a20733cba 100644 --- a/webapp/web/js/login/loginUtils.js +++ b/webapp/web/js/login/loginUtils.js @@ -9,8 +9,8 @@ $(document).ready(function(){ $('.focus').focus(); // fade out error alerts - $('#errorAlert').css('display', 'none'); - $('#errorAlert').fadeIn(500); + //$('#errorAlert').css('display', 'none'); + //$('#errorAlert').fadeIn(500); });