Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/7c1e81a70e317d80e03a960f683fb1a2997b0b66/UI/Settings/Indexers/IndexersView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define([
|
|
'app', 'Settings/SettingsModel'
|
|
|
|
], function () {
|
|
|
|
NzbDrone.Settings.Indexers.IndexersView = Backbone.Marionette.ItemView.extend({
|
|
template: 'Settings/Indexers/IndexersTemplate',
|
|
|
|
onRender: function () {
|
|
NzbDrone.ModelBinder.bind(this.model, this.el);
|
|
}
|
|
});
|
|
});
|