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/8d54bb64a77cf6dd1a8aa99a00f20b3fb06b34e6/UI/Logs/Files/ContentsView.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
|
|
define(
|
|
[
|
|
'app',
|
|
'marionette'
|
|
], function (App, Marionette) {
|
|
return Marionette.ItemView.extend({
|
|
template: 'Logs/Files/ContentsViewTemplate'
|
|
});
|
|
});
|