mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix emptying the panels hash
This commit is contained in:
parent
e6244920e6
commit
253d08d2f9
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Copyright:
|
|||
Ext.each(Ext.getKeys(this.panels), function(filter) {
|
||||
this.remove(filter + '-panel');
|
||||
}, this);
|
||||
this.panels.empty();
|
||||
this.panels = {};
|
||||
this.selected = null;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue