bug 8460: fix refresh button on Network page.

This commit is contained in:
Jessica Wang 2011-02-08 12:00:05 -08:00
parent 73eb597ba6
commit e5c61dbed6
1 changed files with 1 additions and 4 deletions

View File

@ -155,10 +155,7 @@ function buildZoneTree() {
currentRightPanelJSP = "jsp/network.jsp";
$(this).data("onRefreshFn", function() {
var zoneObj = $midmenuItem1.data("jsonObj");
if(zoneObj == null)
return;
$("#zone_"+zoneObj.id).find("#network_header").click();
$selectedSubMenu.click();
});
afterLoadNetworkJSP($thisNode);
});