mirror of https://github.com/apache/cloudstack.git
Tree view: Add event hook on sub-item removal
This commit is contained in:
parent
9f4d464640
commit
0b5163f8cf
|
|
@ -103,6 +103,10 @@
|
|||
$li.find('ul').remove();
|
||||
$li.removeClass('expanded');
|
||||
|
||||
$treeView.trigger('cloudStack.treeView.removeItem', {
|
||||
$li: $li
|
||||
});
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue