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");