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/3b240e0dd71c690c22b8483ea7c9328624d51b34/UI/Handlebars/Handlebars.Debug.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
'use strict';
|
|
define(
|
|
[
|
|
'handlebars'
|
|
], function (Handlebars) {
|
|
Handlebars.registerHelper("debug", function () {
|
|
console.group('Handlebar context');
|
|
console.log(this);
|
|
console.groupEnd();
|
|
});
|
|
});
|