new UI - collapse other expanded menu when clicking dashboard that doesn't have submenu.

This commit is contained in:
Jessica Wang 2010-10-18 14:33:10 -07:00
parent bb5399c2bc
commit 32be5f7693
1 changed files with 2 additions and 0 deletions

View File

@ -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();