mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@862 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9c582a571e
commit
6bb189a34b
48 changed files with 705 additions and 720 deletions
|
|
@ -7,9 +7,8 @@ function completeInsert(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminInfo');
|
||||
url = url.setQuery('member_srl',member_srl);
|
||||
if(page) url += "&page="+page;
|
||||
var url = location.href.setQuery('act','dispMemberAdminInfo').setQuery('member_srl',member_srl);
|
||||
if(page) url = url.setQuery('page', page);
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
|
@ -53,7 +52,6 @@ function doUpdateGroup(group_srl, mode, message) {
|
|||
function completeUpdateGroup(ret_obj) {
|
||||
var page = ret_obj['page'];
|
||||
var url = location.href.setQuery('act','dispMemberAdminGroupList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
|
|
@ -67,7 +65,6 @@ function completeInsertDeniedID(ret_obj) {
|
|||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminDeniedIDList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue