X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fit%2Fjot-header.tpl;h=117cd1651195a4ce140bb82ce0aa6fd41bf6d46b;hb=3ad7c395fb9a33319531e04673563e7c9983d8f0;hp=e55a357e8c7a78beaaff7657ae85d16b9c578128;hpb=670dba666633fe8db5c56db6748e341eebcf0138;p=friendica.git diff --git a/view/it/jot-header.tpl b/view/it/jot-header.tpl index e55a357e8c..117cd16511 100644 --- a/view/it/jot-header.tpl +++ b/view/it/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');