bug fixed showing errors or success msgs

1.0
Javier Álvarez Medina 14 years ago
parent b0a887e0cf
commit ac5e71f29e

@ -331,7 +331,7 @@
function resetLoader() {
$('div.performing_op p').removeClass('success').addClass('loading').text('Loading...');
$('div.performing_op p').removeClass('success error').addClass('loading').text('Loading...');
var width_text = $('div.performing_op p').width();
$('div.performing_op').css('margin-left','-'+(width_text/2)+'px');
}

Loading…
Cancel
Save