mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@941 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ca41a2309b
commit
a63109db8e
9 changed files with 55 additions and 8 deletions
|
|
@ -115,3 +115,9 @@ function completeStoreMessage(ret_obj) {
|
|||
alert(ret_obj['message']);
|
||||
location.href = location.href.setQuery('message_srl','');
|
||||
}
|
||||
|
||||
/* 친구 추가 후 */
|
||||
function completeAddFriend(ret_obj) {
|
||||
alert(ret_obj['message']);
|
||||
window.close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue