기존 tree 제거 및 fix

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2008-12-11 02:39:26 +00:00
parent 19859b1615
commit aec3157977
10 changed files with 9 additions and 639 deletions

View file

@ -226,3 +226,12 @@ function completeDeleteButton(ret_obj, response_tags) {
img_obj.src = "";
zone_obj.style.display = "none";
}
/* 메뉴 입력후 */
function completeInsertMenu(ret_obj) {
var menu_srl = ret_obj['menu_srl'];
alert(ret_obj['message']);
location.href = current_url.setQuery('act','dispMenuAdminContent');
//var url = current_url.setQuery('act','dispMenuAdminManagement').setQuery('menu_srl',menu_srl);
//window.open(url);
}