new UI - ip address page - fix a bug that highlight in middle menu doesn't work after acquiring new IP.

This commit is contained in:
Jessica Wang 2010-10-07 09:41:13 -07:00
parent 8f083e70ab
commit 5fb08bc459
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function afterLoadIpJSP() {
var items = json.associateipaddressresponse.publicipaddress;
//$("#dialog_info").html("<p>The IP address <b>"+items[0].ipaddress+"</b> has been assigned to your account</p>").dialog("open");
ipToMidmenu(items[0], $midmenuItem1);
bindClickToMidMenu($midmenuItem1, ipToRigntPanel);
bindClickToMidMenu($midmenuItem1, ipToRigntPanel, ipGetMidmenuId);
afterAddingMidMenuItem($midmenuItem1, true);
},