bug 4027 fix testStatus typo to textStatus
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / background-job.inc
index 80f79ef..9d257f4 100644 (file)
@@ -73,7 +73,7 @@
                     backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
                 },
                 error: function(xml, textStatus) {
-                    alert('Failed to submit form: ' + testStatus);
+                    alert('Failed to submit form: ' + textStatus);
                 }
 
             });