From 5439382e644c52be6c35f187d7e049b8e4583b7d Mon Sep 17 00:00:00 2001 From: tlw72 Date: Tue, 18 Jan 2011 20:58:55 +0000 Subject: [PATCH] removed line referencing welcome flash message --- webapp/web/js/login/loginUtils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/web/js/login/loginUtils.js b/webapp/web/js/login/loginUtils.js index b6ef6c493..9aa279de9 100644 --- a/webapp/web/js/login/loginUtils.js +++ b/webapp/web/js/login/loginUtils.js @@ -14,7 +14,4 @@ $(document).ready(function(){ // fade in fash-message when user log out $('section#flash-message').css('display', 'none').fadeIn(1500); - // fade out flash-message when user logs in - $('section#welcome-message').css('display', 'block').delay(2500).fadeOut(1500); - }); \ No newline at end of file