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

This commit is contained in:
zero 2007-04-03 12:32:02 +00:00
parent 96d1ad3f46
commit 9d15c26bb4
7 changed files with 72 additions and 9 deletions

View file

@ -144,3 +144,8 @@ function completeDeleteFriendGroup(ret_obj) {
alert(ret_obj['message']);
location.href = location.href.setQuery('friend_group_srl','');
}
/* 친구 그룹의 이름 변경 */
function doRenameFriendGroup(friend_group_srl) {
popopen("./?module=member&act=dispMemberAddFriendGroup&friend_group_srl="+friend_group_srl);
}