Skip to content

Commit

Permalink
This is the subelement, so use that method
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jun 9, 2014
1 parent 79e5e44 commit 04d4237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpbase.js
Expand Up @@ -1053,7 +1053,7 @@ var DimpBase = {
case 'ctx_container_collapse':
case 'ctx_mbox_expand':
case 'ctx_mbox_collapse':
this._toggleSubFolder(this.contextMbox(e).element().next(), (id == 'ctx_container_expand' || id == 'ctx_mbox_expand') ? 'expall' : 'colall', true);
this._toggleSubFolder(this.contextMbox(e).subElement(), (id == 'ctx_container_expand' || id == 'ctx_mbox_expand') ? 'expall' : 'colall', true);
break;

case 'ctx_container_search':
Expand Down

0 comments on commit 04d4237

Please sign in to comment.