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