diff options
Diffstat (limited to 'view/fr')
-rw-r--r-- | view/fr/jot-header.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/fr/jot-header.tpl b/view/fr/jot-header.tpl index d0c956a02..ff7e543a5 100644 --- a/view/fr/jot-header.tpl +++ b/view/fr/jot-header.tpl @@ -75,11 +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'); }); |