aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-20 17:01:41 -0800
committerfriendica <info@friendica.com>2011-12-20 17:01:41 -0800
commit7fbfbdae0700e68a465f70963521b9043fe5de30 (patch)
tree8624a6331bbaa3604af5e203d31253054933c030 /js
parentc0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff)
downloadvolse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.tar.gz
volse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.tar.bz2
volse-hubzilla-7fbfbdae0700e68a465f70963521b9043fe5de30.zip
audio/video bb tags showing up on Diaspora
Diffstat (limited to 'js')
-rw-r--r--js/acl.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/acl.js b/js/acl.js
index b270adb6e..12045fe52 100644
--- a/js/acl.js
+++ b/js/acl.js
@@ -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;
}
});