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/a153599d50fee7db7ee3f8ce7fab0fd9877440c1/UI/Series/Index/EmptyView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Series.Index.EmptyView = Backbone.Marionette.CompositeView.extend({
|
|
template: 'Series/Index/EmptyTemplate'
|
|
});
|
|
});
|