mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@887 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9e573df09a
commit
cf8e6380e9
11 changed files with 258 additions and 39 deletions
|
|
@ -8,6 +8,16 @@ function completeInsert(ret_obj, response_tags, args, fo_obj) {
|
|||
location.href = location.href.setQuery('act','');
|
||||
}
|
||||
|
||||
/* 정보 수정 */
|
||||
function completeModify(ret_obj, response_tags, args, fo_obj) {
|
||||
var error = ret_obj['error'];
|
||||
var message = ret_obj['message'];
|
||||
|
||||
alert(message);
|
||||
|
||||
location.href = location.href.setQuery('act','dispMemberInfo');
|
||||
}
|
||||
|
||||
/* 로그인 후 */
|
||||
function completeLogin(ret_obj) {
|
||||
var url = location.href.setQuery('act','');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue