NIHVIVO-1361: Add less time for fading in alert messages.
This commit is contained in:
parent
3e135f1ca1
commit
b2abc1f389
1 changed files with 5 additions and 4 deletions
|
@ -7,11 +7,12 @@ $(document).ready(function(){
|
|||
|
||||
// focus on email or newpassword field
|
||||
$('.focus').focus();
|
||||
|
||||
// fade out error alerts
|
||||
$('#errorAlert').css('display', 'none');
|
||||
$('#errorAlert').fadeIn(500);
|
||||
|
||||
});
|
||||
|
||||
// fade out error alerts
|
||||
$('#errorAlert').css('display', 'none');
|
||||
$('#errorAlert').fadeIn(2000);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue