]> git.mxchange.org Git - friendica.git/blobdiff - view/it/jot-header.tpl
Merge commit 'mike/master'
[friendica.git] / view / it / jot-header.tpl
index e55a357e8c7a78beaaff7657ae85d16b9c578128..117cd1651195a4ce140bb82ce0aa6fd41bf6d46b 100644 (file)
@@ -75,10 +75,12 @@ tinyMCE.init({
                        $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
                                selstr = $(this).text();
                                $('#profile-jot-perms img').attr('src', 'images/lock_icon.gif');
-
+                               $('.profile-jot-net input').attr('disabled', 'disabled');
                        });
-                       if(selstr == null)
+                       if(selstr == null) {
                                $('#profile-jot-perms img').attr('src', 'images/unlock_icon.gif');
+                               $('.profile-jot-net input').attr('disabled', false);
+                       }
 
                }).trigger('change');