Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/499a34166f5781c1914d0d3b66d6047c111fca23 You should set ROOT_URL correctly, otherwise the web may not work correctly.

testing jshint.

pull/6/head
kayone 12 years ago
parent 4a5120a921
commit 499a34166f

@ -18,6 +18,9 @@ define(
getValue: function (key, defaultValue) {
test = "";
var storeValue = window.localStorage.getItem(key);
if (!storeValue) {

Loading…
Cancel
Save