]> git.mxchange.org Git - friendica.git/blobdiff - view/de/jot-header.tpl
Merge branch 'fabrixxm-master'
[friendica.git] / view / de / jot-header.tpl
index 41abdf0f3657969958e759bee4080bbc4ff8bc15..58403f1ba65739d9268eb5349adf3cd9a25f9e53 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');