NIHVIVO-1361: Removed fade in
This commit is contained in:
parent
0a71b802df
commit
ef94f673d2
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ $(document).ready(function(){
|
||||||
$('.focus').focus();
|
$('.focus').focus();
|
||||||
|
|
||||||
// fade out error alerts
|
// fade out error alerts
|
||||||
$('#errorAlert').css('display', 'none');
|
//$('#errorAlert').css('display', 'none');
|
||||||
$('#errorAlert').fadeIn(500);
|
//$('#errorAlert').fadeIn(500);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue