Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/src/commit/ae44843ea765d57a5976a0f50debe795ac0ef547/UI/Shared/NotificationCollection.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"use strict";
|
|
define(['app', 'Shared/NotificationModel'], function () {
|
|
|
|
var notificationCollection = Backbone.Collection.extend({
|
|
model: NzbDrone.Shared.NotificationModel
|
|
});
|
|
|
|
return new notificationCollection();
|
|
});
|
|
|
|
|