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/23695b3fe8e3bdead6cdd1e2f919d72a9dfbd35b/UI/Episode/Summary/View.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"use strict";
|
|
define(['app'], function () {
|
|
|
|
NzbDrone.Episode.Summary.View = Backbone.Marionette.ItemView.extend({
|
|
template: 'Episode/Summary/ViewTemplate'
|
|
});
|
|
|
|
}); |