From 6f80a63ca605550f00c2f5c3bd1410aa4b3c1f79 Mon Sep 17 00:00:00 2001 From: Ozzieisaacs Date: Sat, 9 Mar 2019 07:05:43 +0100 Subject: [PATCH] Fix for #827 --- cps/static/js/uploadprogress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/static/js/uploadprogress.js b/cps/static/js/uploadprogress.js index eef5f853..7583366c 100644 --- a/cps/static/js/uploadprogress.js +++ b/cps/static/js/uploadprogress.js @@ -104,7 +104,7 @@ // HTTP 500 ends up here!?! return this.error(xhr); } - this.set_progress(100); + this.setProgress(100); var url; var contentType = xhr.getResponseHeader("Content-Type");