mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
show busy cursor during ajax call
This commit is contained in:
parent
e01bc60577
commit
38014e9b4d
1 changed files with 2 additions and 1 deletions
|
@ -280,9 +280,10 @@
|
|||
}
|
||||
|
||||
function groupChangeMember(gid,cid) {
|
||||
$('body .fakelink').css('cursor', 'wait');
|
||||
$.get('group/' + gid + '/' + cid, function(data) {
|
||||
$('#group-update-wrapper').html(data);
|
||||
$('#group-update2-wrapper').html(data);
|
||||
|
||||
$('body .fakelink').css('cursor', 'auto');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue