Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/a5528f00cb449968ff888a7c8239688316708d91/UI/Mixins/backbone.marionette.region.mixin.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/UI/Mixins/backbone.marionette.region....

27 lines
463 B

/*
'use strict';
12 years ago
(function () {
var _originalRegionClose = Marionette.Region.prototype.close;
*/
/*
12 years ago
Marionette.Region.prototype.open = function (view) {
var self = this;
self.$el.html(view.el);
//self.$el.fadeIn(100);
};*//*
12 years ago
Marionette.Region.prototype.close = function () {
*/
/* this.$el.fadeOut(200, function () {
_originalRegionClose.apply(this, arguments);
});*//*
12 years ago
};
}());
*/