mirror of https://github.com/apache/cloudstack.git
new UI - collapse other expanded menu when clicking dashboard that doesn't have submenu.
This commit is contained in:
parent
bb5399c2bc
commit
32be5f7693
|
|
@ -78,6 +78,8 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$("#leftmenu_dashboard").bind("click", function(event) {
|
||||
if($expandedFirstLevelMenu != null && $expandedSecondLevelMenu != null) //collapse other expanded menu if there is.
|
||||
collapseFirstLevelMenu($expandedFirstLevelMenu, $expandedSecondLevelMenu);
|
||||
selectLeftMenu($(this));
|
||||
|
||||
hideMiddleMenu();
|
||||
|
|
|
|||
Loading…
Reference in New Issue