mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1496 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87b16614a5
commit
ea6d983ef6
13 changed files with 39 additions and 39 deletions
|
|
@ -2,7 +2,7 @@
|
|||
function completeInsertMenu(ret_obj) {
|
||||
var menu_srl = ret_obj['menu_srl'];
|
||||
alert(ret_obj['message']);
|
||||
location.href = location.href.setQuery('act','dispMenuAdminManagement').setQuery('menu_srl',menu_srl);
|
||||
location.href = current_url.setQuery('act','dispMenuAdminManagement').setQuery('menu_srl',menu_srl);
|
||||
}
|
||||
|
||||
/* 메뉴 삭제 */
|
||||
|
|
@ -17,7 +17,7 @@ function doDeleteMenu(menu_srl) {
|
|||
function completeDeleteMenu(ret_obj) {
|
||||
var menu_srl = ret_obj['menu_srl'];
|
||||
alert(ret_obj['message']);
|
||||
location.href = location.href.setQuery('act','dispMenuAdminContent').setQuery('menu_srl','');
|
||||
location.href = current_url.setQuery('act','dispMenuAdminContent').setQuery('menu_srl','');
|
||||
}
|
||||
|
||||
/* 빈 메뉴 아이템 추가 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue