X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fit%2Fjot-header.tpl;h=117cd1651195a4ce140bb82ce0aa6fd41bf6d46b;hb=0e7b09b41c6df5944dfe65ee047f74227c294e26;hp=bf655ab3705619031e6fd12b1e08b76eaafdb7e8;hpb=2f532f579c8b3a7052f67c72af901bf2926a85bf;p=friendica.git diff --git a/view/it/jot-header.tpl b/view/it/jot-header.tpl index bf655ab370..117cd16511 100644 --- a/view/it/jot-header.tpl +++ b/view/it/jot-header.tpl @@ -2,17 +2,20 @@ @@ -67,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');