Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/56cf3555a6888268c2d1581d578bb4393347fe17/UI/Cells/QualityCell.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
define(['app', 'Cells/TemplatedCell'], function (App, TemplatedCell) {
|
|
return TemplatedCell.extend({
|
|
|
|
className: 'quality-cell',
|
|
template : 'Cells/QualityTemplate'
|
|
|
|
});
|
|
});
|