mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 11:21:08 +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) {
|
||||
var parent = node.parentNode;
|
||||
if (!parent) return;
|
||||
if (!parent.ownerTree) return;
|
||||
parent.removeChild(node);
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user