diff options
author | friendica <info@friendica.com> | 2011-12-20 17:01:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-20 17:01:41 -0800 |
commit | 7fbfbdae0700e68a465f70963521b9043fe5de30 (patch) | |
tree | 8624a6331bbaa3604af5e203d31253054933c030 /js/acl.js | |
parent | c0c4c46874ed7e1798900422112ca643c1bb3cc0 (diff) | |
download | volse-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/acl.js')
-rw-r--r-- | js/acl.js | 5 |
1 files changed, 4 insertions, 1 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; } }); |