View | Details | Raw Unified | Return to bug 7433
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/background-job.inc (-2 / +1 lines)
Lines 73-79 Link Here
73
                    backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
73
                    backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
74
                },
74
                },
75
                error: function(xml, textStatus) {
75
                error: function(xml, textStatus) {
76
                    alert(_('Failed to submit form: ') + textStatus);
76
                    alert(_("Failed to submit form: ") + textStatus);
77
                }
77
                }
78
78
79
            });
79
            });
80
- 

Return to bug 7433