Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/lores/commit/0e9800e61dd311c00c2a9094bad405f8ca2ef93d?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Downloader to use 'text' dataType.

master v0.1-alpha
Ondřej Hruška 12 years ago
parent 73732b3b37
commit 0e9800e61d
  1. 2
      js/lores.js

@ -1074,7 +1074,7 @@ LoresDownloader.prototype.run = function(readyFn) {
if(dl.done) continue;
$.get(dl.url, self._makeDlHandler(dl, readyFn));
$.get(dl.url, self._makeDlHandler(dl, readyFn), "text");
}
};

Loading…
Cancel
Save