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:
Jessica Wang 2010-10-29 13:46:05 -07:00
parent 8f2bac823c
commit 4a84ff7ee1
1 changed files with 2 additions and 0 deletions

View File

@ -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");