new UI - show middle menu when clicking pod node in left menu.

This commit is contained in:
Jessica Wang 2010-10-20 14:51:07 -07:00
parent 4cca3f9b87
commit 41fb27d246
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function buildZoneTree() {
selectTreeNodeInLeftMenu(target.parent().parent().parent());
var jsonObj = target.data("jsonObj");
showPage($("#pod_page"), jsonObj);
hideMiddleMenu();
showMiddleMenu();
podJsonToDetailsTab(jsonObj);
break;