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

Removed extraneous code form QueueStatusCell

pull/3113/head
Mark McDowall 11 years ago
parent ab05aabcd8
commit 9c6578c5de

@ -26,10 +26,6 @@ define(
title = 'Queued';
}
var timeleft = this.cellValue.get('timeleft');
var size = this.cellValue.get('size');
var sizeleft = this.cellValue.get('sizeleft');
this.$el.html('<i class="{0}" title="{1}"></i>'.format(icon, title));
}

Loading…
Cancel
Save