Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/73f34592649fedc20903e7d3e1d2694a84422d53/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'
|
|
});
|
|
});
|