Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/3983a364920c298fce1568f3febb014b2860c9a1/UI/Settings/System/SystemView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define([
|
|
'app', 'Settings/SettingsModel'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.System.SystemView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Settings/System/SystemTemplate',
|
|
});
|
|
});
|