mirror of https://github.com/apache/cloudstack.git
new UI - global setting - fix a bug that Add Buttons from other pages didn't go away when visiting this page.
This commit is contained in:
parent
8f2bac823c
commit
4a84ff7ee1
|
|
@ -116,6 +116,8 @@ $(document).ready(function() {
|
|||
|
||||
$("#leftmenu_global_setting").bind("click", function(event) {
|
||||
selectLeftSubMenu($(this));
|
||||
hideMiddleMenu();
|
||||
clearMiddleMenu();
|
||||
|
||||
$("#right_panel").load("jsp/globalsetting.jsp", function(){
|
||||
var $actionLink = $("#right_panel_content #tab_content_details #action_link");
|
||||
|
|
|
|||
Loading…
Reference in New Issue