X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fde%2Fjot-header.tpl;h=58403f1ba65739d9268eb5349adf3cd9a25f9e53;hb=fb3bb41dc2521ce6bcf9b58fa7b0133107fb987f;hp=41abdf0f3657969958e759bee4080bbc4ff8bc15;hpb=670dba666633fe8db5c56db6748e341eebcf0138;p=friendica.git diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl index 41abdf0f36..58403f1ba6 100644 --- a/view/de/jot-header.tpl +++ b/view/de/jot-header.tpl @@ -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');