Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/42c6ca42971e270afe8662440fafb46614f9c6b8?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed handlebars debug casing issue.

pull/24/head
Keivan Beigi 12 years ago
parent bbacad9171
commit 42c6ca4297

@ -9,7 +9,7 @@ define(
'Handlebars/Helpers/Episode',
'Handlebars/Helpers/Series',
'Handlebars/Helpers/Quality',
'Handlebars/Debug'
'Handlebars/Handlebars.Debug'
], function (Templates) {
return function () {
this.get = function (templateId) {

Loading…
Cancel
Save