bug 4027 fix testStatus typo to textStatus
authorNicole Engard <nengard@bywatersolutions.com>
Tue, 1 Jun 2010 00:36:38 +0000 (20:36 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 3 Jun 2010 11:52:29 +0000 (07:52 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
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);
                 }
 
             });