mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +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
|
|
@ -7,7 +7,7 @@ function completeInsert(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminInfo').setQuery('member_srl',member_srl);
|
||||
var url = current_url.setQuery('act','dispMemberAdminInfo').setQuery('member_srl',member_srl);
|
||||
if(page) url = url.setQuery('page', page);
|
||||
|
||||
location.href = url;
|
||||
|
|
@ -21,7 +21,7 @@ function completeDelete(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
|
@ -34,7 +34,7 @@ function completeInsertGroup(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminGroupList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminGroupList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
|
@ -51,7 +51,7 @@ function doUpdateGroup(group_srl, mode, message) {
|
|||
|
||||
function completeUpdateGroup(ret_obj) {
|
||||
var page = ret_obj['page'];
|
||||
var url = location.href.setQuery('act','dispMemberAdminGroupList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminGroupList');
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
|
|
@ -64,7 +64,7 @@ function completeInsertDeniedID(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminDeniedIDList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminDeniedIDList');
|
||||
location.href = url;
|
||||
}
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ function completeUpdateJoinForm(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminJoinFormList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminJoinFormList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
|
@ -109,7 +109,7 @@ function completeInsertJoinForm(ret_obj) {
|
|||
|
||||
alert(message);
|
||||
|
||||
var url = location.href.setQuery('act','dispMemberAdminJoinFormList');
|
||||
var url = current_url.setQuery('act','dispMemberAdminJoinFormList');
|
||||
|
||||
location.href = url;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue