mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
기존 tree 제거 및 fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5056 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
19859b1615
commit
aec3157977
10 changed files with 9 additions and 639 deletions
|
|
@ -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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue