mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1564 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97c7db301f
commit
4b747ef218
8 changed files with 106 additions and 2 deletions
|
|
@ -86,6 +86,13 @@ function completeLogout(ret_obj) {
|
|||
location.href = current_url.setQuery('act','');
|
||||
}
|
||||
|
||||
/* 오픈아이디 로그인 후 */
|
||||
function completeOpenIDLogin(ret_obj, response_tags) {
|
||||
var redirect_url = ret_obj['redirect_url'];
|
||||
location.href = redirect_url;
|
||||
}
|
||||
|
||||
|
||||
/* 이미지 이름, 마크 삭제 */
|
||||
function doDeleteImageName(member_srl) {
|
||||
var fo_obj = xGetElementById("fo_insert_member");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue