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/f028d2338ed17ac68a0fadbd81290f41ae400102/UI/Settings/General/GeneralView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
define(['marionette'], function (Marionette) {
|
|
return Marionette.ItemView.extend({
|
|
template: 'Settings/General/GeneralTemplate'
|
|
}
|
|
);
|
|
});
|
|
|