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/4cd75cd8aa3b4c251f37a380de0c5e6bbea288ca/UI/Calendar/CalendarItemView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define([
|
|
'app',
|
|
'Calendar/CalendarCollection'
|
|
|
|
], function () {
|
|
NzbDrone.Calendar.CalendarItemView = Backbone.Marionette.ItemView.extend({
|
|
template : 'Calendar/CalendarItemTemplate',
|
|
tagName : 'div'
|
|
});
|
|
}); |