mirror of
https://github.com/friendica/friendica
synced 2025-04-25 01:10:12 +00:00
cleanup
This commit is contained in:
parent
61915a524d
commit
5545c8ada9
5 changed files with 70 additions and 41 deletions
|
@ -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);
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue