mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +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) {
|
Ext.each(Ext.getKeys(this.panels), function(filter) {
|
||||||
this.remove(filter + '-panel');
|
this.remove(filter + '-panel');
|
||||||
}, this);
|
}, this);
|
||||||
this.panels.empty();
|
this.panels = {};
|
||||||
this.selected = null;
|
this.selected = null;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue