1
0
mirror of https://github.com/janeczku/calibre-web.git synced 2024-11-26 08:51:05 +02:00
This commit is contained in:
Ozzieisaacs 2019-03-09 07:05:43 +01:00
parent 5b0a0e2139
commit 6f80a63ca6

View File

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