]> git.mxchange.org Git - friendica.git/blobdiff - js/acl.js
audio/video bb tags showing up on Diaspora
[friendica.git] / js / acl.js
index b270adb6e3123640885718920e1cc6c2110ad2e9..12045fe521fedb3036a98f447ea54840621cb3a3 100644 (file)
--- 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;
                }
                
        });