Commit 6f80a63c authored by Ozzieisaacs's avatar Ozzieisaacs

Fix for #827

parent 5b0a0e21
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
// HTTP 500 ends up here!?! // HTTP 500 ends up here!?!
return this.error(xhr); return this.error(xhr);
} }
this.set_progress(100); this.setProgress(100);
var url; var url;
var contentType = xhr.getResponseHeader("Content-Type"); var contentType = xhr.getResponseHeader("Content-Type");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment