aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-18 17:29:12 -0700
committerFriendika <info@friendika.com>2011-05-18 17:29:12 -0700
commit990d5e82a0c38831240590f907fb4c6efd62041d (patch)
treea281925eb1e553c2e26da3197057bf3de4336771 /view/jot-header.tpl
parenta0a59e0518459076079e904cd257dd9608b9bd37 (diff)
downloadvolse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.gz
volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.bz2
volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.zip
doc updates - connecting to services
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 3b4c8c615..eae6cb0f4 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -83,10 +83,12 @@ tinyMCE.init({
$('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() {
selstr = $(this).text();
$('#jot-perms-icon').removeClass('unlock').addClass('lock');
+ $('#jot-public').attr('checked', false);
$('.profile-jot-net input').attr('disabled', 'disabled');
});
if(selstr == null) {
$('#jot-perms-icon').removeClass('lock').addClass('unlock');
+ $('#jot-public').attr('checked', 'checked');
$('.profile-jot-net input').attr('disabled', false);
}