mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix clearing the tree in IE
This commit is contained in:
parent
29a9253108
commit
d3c6bfe91f
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ Deluge.Details.Files = {
|
||||||
root.cascade(function(node) {
|
root.cascade(function(node) {
|
||||||
var parent = node.parentNode;
|
var parent = node.parentNode;
|
||||||
if (!parent) return;
|
if (!parent) return;
|
||||||
|
if (!parent.ownerTree) return;
|
||||||
parent.removeChild(node);
|
parent.removeChild(node);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue