fix a bug that right panel doesn't get refreshed if clicking dashboard first and clicking another page (e.g. My Instances page).

This commit is contained in:
Jessica Wang 2011-01-20 11:13:25 -08:00
parent 8a1ec4ef8e
commit 72485f95ea
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ $(document).ready(function() {
});
$("#right_panel").load("jsp/dashboard.jsp", function(){
currentRightPanelJSP = "jsp/dashboard.jsp";
afterLoadDashboardJSP();
});
});