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/8ba29fde949288c7987b1afd123042a08e61a22e/NzbDrone.Web/_backboneApp/Shared/SpinnerView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
define(['app'],function () {
|
|
|
|
NzbDrone.Shared.SpinnerView = Backbone.Marionette.ItemView.extend({
|
|
|
|
template: 'Shared/SpinnerTemplate',
|
|
className: 'nz-spinner row',
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|