mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
audio/video bb tags showing up on Diaspora
This commit is contained in:
parent
c0c4c46874
commit
7fbfbdae07
4 changed files with 8 additions and 5 deletions
|
@ -193,7 +193,8 @@ ACL.prototype.update_view = function(){
|
|||
bthide.addClass("selected");
|
||||
uclass="grouphide";
|
||||
}
|
||||
|
||||
|
||||
|
||||
$(that.group_uids[id]).each(function(i,v){
|
||||
$("#c"+v).removeClass("groupshow grouphide").addClass(uclass);
|
||||
});
|
||||
|
@ -208,6 +209,8 @@ ACL.prototype.update_view = function(){
|
|||
btshow.removeClass("selected");
|
||||
bthide.addClass("selected");
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue