mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1641 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a01cf8eac
commit
a453857dd8
12 changed files with 123 additions and 1 deletions
|
|
@ -20,6 +20,16 @@ function completeModify(ret_obj, response_tags, args, fo_obj) {
|
|||
location.href = current_url.setQuery('act','dispMemberInfo');
|
||||
}
|
||||
|
||||
/* 회원 탈퇴 */
|
||||
function completeLeave(ret_obj, response_tags, args, fo_obj) {
|
||||
var error = ret_obj['error'];
|
||||
var message = ret_obj['message'];
|
||||
|
||||
alert(message);
|
||||
|
||||
location.href = current_url.setQuery('act','');
|
||||
}
|
||||
|
||||
/* 이미지 업로드 */
|
||||
function _doUploadImage(fo_obj, act) {
|
||||
// 업로드용 iframe을 생성
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue