mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +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) {
|
onItemClick: function(baseItem, e) {
|
||||||
switch (baseItem.id) {
|
switch (baseItem.id) {
|
||||||
case 'expandAll':
|
case 'expandAll':
|
||||||
this.panel.expandAll();
|
this.expandAll();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
var indexes = {};
|
var indexes = {};
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue