[-] BO : fixed #PSFV-727 (issue #9 to #13)

This commit is contained in:
lLefevre
2012-04-05 13:51:40 +00:00
parent 2235fdb440
commit 652d2841c7
7 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function displayErrors(errors) {
str_errors = '<h3>' + (errors.length > 1 ? there_are : there_is) + ' ' + errors.length + ' ' + (errors.length > 1 ? label_errors : label_error) + '</h3><ol>';
for (var error in errors) //IE6 bug fix
if (error != 'indexOf') str_errors += '<li>' + errors[error] + '</li>';
$('#ajax-loader').fadeOut('slow');
$('#ajax-loader').hide();
$('#error').html(str_errors + '</ol>');
$('#error').fadeIn();
$("#login").effect("shake", {