mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 06:16:29 +00:00
fix clearing the tree in IE
This commit is contained in:
parent
29a9253108
commit
d3c6bfe91f
@ -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…
x
Reference in New Issue
Block a user