mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix "Expand All" from the context menu
This commit is contained in:
parent
68f5afa89c
commit
a579c3b2c7
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ Copyright:
|
|||
onItemClick: function(baseItem, e) {
|
||||
switch (baseItem.id) {
|
||||
case 'expandAll':
|
||||
this.panel.expandAll();
|
||||
this.expandAll();
|
||||
break;
|
||||
default:
|
||||
var indexes = {};
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue