mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 04:54:23 +00:00
fix "Expand All" from the context menu
This commit is contained in:
parent
68f5afa89c
commit
a579c3b2c7
@ -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…
x
Reference in New Issue
Block a user