Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/2407e33ea283ded80ebdaa6aa42febb540fce341/UI/Shared/LoadingView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"use strict";
|
|
|
|
define(['app'], function () {
|
|
NzbDrone.Shared.LoadingView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Shared/LoadingTemplate',
|
|
className: 'nz-loading row'
|
|
});
|
|
}); |