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

(-)a/koha-tmpl/intranet-tmpl/prog/en/js/background-job-progressbar.js (-2 / +1 lines)
Lines 69-75 function submitBackgroundJob(f) { Link Here
69
                backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
69
                backgroundJobProgressTimer = setInterval("updateJobProgress()", 500);
70
            },
70
            },
71
            error: function(xml, textStatus) {
71
            error: function(xml, textStatus) {
72
                alert('Failed to submit form: ' + textStatus);
72
                alert("Failed to submit form: " + textStatus);
73
            }
73
            }
74
74
75
        });
75
        });
76
- 

Return to bug 8645