NIHVIVO-1492: Style external authentication in the VITRO core when active
This commit is contained in:
parent
1c0aa39da5
commit
0329dc7cc0
4 changed files with 38 additions and 17 deletions
|
@ -9,10 +9,9 @@ $(document).ready(function(){
|
|||
$('.focus').focus();
|
||||
|
||||
// fade out error alerts
|
||||
//$('#error-alert').css('display', 'none');
|
||||
//$('#error-alert).fadeIn(500);
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
$('section#error-alert').css('display', 'none').fadeIn(1500);
|
||||
|
||||
// fade out fash-message when user log out
|
||||
$('section#flash-message').css('display', 'none').fadeIn(1500);
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue