NIHVIVO-1361: Removed fade in

This commit is contained in:
mb863 2010-11-22 16:28:49 +00:00
parent 0a71b802df
commit ef94f673d2

View file

@ -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);
}); });