]> git.mxchange.org Git - friendica.git/blobdiff - include/acl.js
allow comment relaying for comments which were never Diaspora signed
[friendica.git] / include / acl.js
index a0a1f5dd82d89e4ac3e62da3ae85a7dc5a2775dd..82b631ee9444f0a98f666a08b4e31010a1ccfb08 100644 (file)
@@ -153,6 +153,9 @@ ACL.prototype.updateview = function(){
                                $('#jot-perms-icon').removeClass('lock').addClass('unlock');
                                $('#jot-public').show();
                                $('.profile-jot-net input').attr('disabled', false);                    
+                               if(editor != false) {
+                                       $('#profile-jot-desc').html(ispublic);
+                               }
                        
        } else {
                        that.showall.removeClass("selected");
@@ -160,6 +163,7 @@ ACL.prototype.updateview = function(){
                                $('#jot-perms-icon').removeClass('unlock').addClass('lock');
                                $('#jot-public').hide();
                                $('.profile-jot-net input').attr('disabled', 'disabled');                       
+                               $('#profile-jot-desc').html(' ');
        }
        
        $("#acl-list-content .acl-list-item").each(function(){