Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/4fc4cc51fce9b192c2d3d6bc418d20238fd34f93/UI/jQuery/TooltipBinder.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/UI/jQuery/TooltipBinder.js

11 lines
150 B

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