69 |
backgroundJobProgressTimer = setInterval("updateJobProgress()", 500); |
69 |
backgroundJobProgressTimer = setInterval("updateJobProgress()", 500); |
71 |
error: function(xml, textStatus) { |
71 |
error: function(xml, textStatus) { |
72 |
humanMsg.displayMsg( '<p>' + _('Failed to submit form: ') + textStatus + '</p></br>'+xml.responseText, { className: 'humanError' } ); |
72 |
humanMsg.displayMsg( '<p>' + _('Import of record(s) failed: ') + textStatus + '</p></br>'+xml.responseText, { className: 'humanError' } ); |