This commit is contained in:
Friendika 2011-04-12 05:37:26 -07:00
parent 61915a524d
commit 5545c8ada9
5 changed files with 70 additions and 41 deletions

View file

@ -277,4 +277,12 @@
}
return a.join('');
}
}
function groupChangeMember(gid,cid) {
$.get('group/' + gid + '/' + cid, function(data) {
$('#group-update-wrapper').html(data);
$('#group-update2-wrapper').html(data);
});
}