mirror of https://github.com/apache/cloudstack.git
account page - fix a bug that refresh button was not working properly.
This commit is contained in:
parent
49d40df2fe
commit
96153b00b2
|
|
@ -57,9 +57,8 @@ $(document).ready(function() {
|
|||
return false;
|
||||
});
|
||||
$("#leftmenu_account").bind("click", function(event) {
|
||||
if (selectLeftMenu($(this))) {
|
||||
listMidMenuItems("listAccounts", "listaccountsresponse", "account", "jsp/account.jsp", afterLoadAccountJSP, accountToMidmenu, accountToRightPanel, getMidmenuId, false, "leftmenu_account");
|
||||
}
|
||||
selectLeftMenu($(this), false);
|
||||
listMidMenuItems("listAccounts", "listaccountsresponse", "account", "jsp/account.jsp", afterLoadAccountJSP, accountToMidmenu, accountToRightPanel, getMidmenuId, false, "leftmenu_account");
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue