mirror of
https://github.com/friendica/friendica
synced 2025-04-22 07:50:11 +00:00
enhance random_string, block public email replies
This commit is contained in:
parent
06408664db
commit
684ebd2ed8
5 changed files with 16 additions and 6 deletions
|
@ -344,7 +344,7 @@
|
|||
function contactgroupChangeMember(gid,cid) {
|
||||
$('body').css('cursor', 'wait');
|
||||
$.get('contactgroup/' + gid + '/' + cid, function(data) {
|
||||
$('body').css('cursor', 'auto');
|
||||
$('body').css('cursor', 'auto');
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -402,3 +402,4 @@ Array.prototype.remove = function(item) {
|
|||
this.length = from < 0 ? this.length + from : from;
|
||||
return this.push.apply(this, rest);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue