git-svn-id: http://xe-core.googlecode.com/svn/trunk@941 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 11:57:41 +00:00
parent ca41a2309b
commit a63109db8e
9 changed files with 55 additions and 8 deletions

View file

@ -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();
}