NIHVIVO-1361: Add less time for fading in alert messages.

This commit is contained in:
mb863 2010-11-22 15:59:11 +00:00
parent 3e135f1ca1
commit b2abc1f389

View file

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