From 1736f081e46d988f5b8c813cec55b8110a4bcc5f Mon Sep 17 00:00:00 2001 From: will Date: Wed, 27 Oct 2010 19:41:23 -0700 Subject: [PATCH] The real commit for the dashboard fix --- ui/new/scripts/cloud.core2.init.js | 1 + 1 file changed, 1 insertion(+) 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();