Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/blame/commit/923f34e905cd31584198624e948920f18473739b/UI/Shared/SpinnerView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/Shared/SpinnerView.js

13 lines
199 B

'use strict';
12 years ago
12 years ago
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
12 years ago
template : 'Shared/SpinnerTemplate',
});
});