diff --git a/ui/new/scripts/cloud.core2.init.js b/ui/new/scripts/cloud.core2.init.js index bd3418e2936..a77c6649122 100644 --- a/ui/new/scripts/cloud.core2.init.js +++ b/ui/new/scripts/cloud.core2.init.js @@ -31,6 +31,7 @@ $(document).ready(function() { // Setup first level navigation $("#leftmenu_dashboard").bind("click", function(event) { if (selectLeftMenu($(this))) { + clearMiddleMenu(); hideMiddleMenu(); $("#right_panel").load("jsp/dashboard.jsp", function(){ afterLoadDashboardJSP();