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

fixed 404 placeholder image template helper.

pull/2/head
kay.one 12 years ago
parent 4318b66a6e
commit f8fee8e3d0

@ -5,6 +5,6 @@ define(
'handlebars'
], function (Handlebars) {
Handlebars.registerHelper('defaultImg', function () {
return new Handlebars.SafeString('onerror="this.src="/content/images/poster-dark.jpg";"');
return new Handlebars.SafeString('onerror=this.src=\'/content/images/poster-dark.jpg\';');
});
});

Loading…
Cancel
Save