mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
홈페이지모듈 회원그룹관리 bug fix git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5250 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6f4777541
commit
309ee52215
1 changed files with 17 additions and 0 deletions
|
|
@ -274,4 +274,21 @@ function completeInsertBoard(ret_obj) {
|
||||||
if(module_srl) url = url.setQuery('module_srl',module_srl);
|
if(module_srl) url = url.setQuery('module_srl',module_srl);
|
||||||
if(page) url.setQuery('page',page);
|
if(page) url.setQuery('page',page);
|
||||||
location.href = url;
|
location.href = url;
|
||||||
|
}
|
||||||
|
function completeInsertGroup(ret_obj) {
|
||||||
|
location.href = current_url.setQuery('group_srl','');
|
||||||
|
}
|
||||||
|
|
||||||
|
function completeDeleteGroup(ret_obj) {
|
||||||
|
location.href = current_url.setQuery('group_srl','');
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
function completeInsertGrant(ret_obj) {
|
||||||
|
var error = ret_obj['error'];
|
||||||
|
var message = ret_obj['message'];
|
||||||
|
var page = ret_obj['page'];
|
||||||
|
var module_srl = ret_obj['module_srl'];
|
||||||
|
|
||||||
|
alert(message);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue