mirror of
https://github.com/Radarr/Radarr
synced 2025-01-30 19:31:35 +00:00
Fixed delete root dir issue in firefox
This commit is contained in:
parent
c7a219ddc6
commit
c65ca8922a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue