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/fcd3617bf8adeafc7485437cb9420af2f0fdee10/UI/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'
|
|
});
|
|
});
|
|
|
|
|