Downloader to use 'text' dataType.

This commit is contained in:
2013-11-03 21:43:50 +01:00
parent 73732b3b37
commit 0e9800e61d
+1 -1
View File
@@ -1074,7 +1074,7 @@ LoresDownloader.prototype.run = function(readyFn) {
if(dl.done) continue; if(dl.done) continue;
$.get(dl.url, self._makeDlHandler(dl, readyFn)); $.get(dl.url, self._makeDlHandler(dl, readyFn), "text");
} }
}; };