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/b1fa3062237aadea6ddeb4c4567f2a319a469409/UI/jQuery/TooltipBinder.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/UI/jQuery/TooltipBinder.js

11 lines
150 B

'use strict';
define(
[
'bootstrap'
], function () {
$('body').tooltip({
selector: '[title]'
});
});