Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/c65ca8922a1e701e4d397f4a5ba0499a4fb3ddd2?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed delete root dir issue in firefox

pull/4/head
kay.one 14 years ago
parent c7a219ddc6
commit c65ca8922a

@ -19,7 +19,7 @@
$('#rootDirs .actionButton img').live('click',
function(image) {
var path = $(image.srcElement).attr('id');
var path = $(image.target).attr('id');
$.post('@Url.Action("DeleteRootDir", "AddSeries")', { Path: path }, function() {
refreshRoot();
});

Loading…
Cancel
Save