removed line referencing welcome flash message
This commit is contained in:
parent
b1be1e99a2
commit
5439382e64
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
});
|
Loading…
Add table
Reference in a new issue