diff options
author | Friendika <info@friendika.com> | 2011-07-19 17:24:09 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-19 17:24:09 -0700 |
commit | 1d35d1e5a1c807ea391d7958657b13a6bb471a0b (patch) | |
tree | d88d1b83d21c39c3d53758549c28ffed0d41f7f7 /view/jot-header.tpl | |
parent | 0b8aaef09cd9ff455a027b082c79d1590bce9da9 (diff) | |
parent | 0a3ae96093a1fd81414b4fceaf65d4e98efda26c (diff) | |
download | volse-hubzilla-1d35d1e5a1c807ea391d7958657b13a6bb471a0b.tar.gz volse-hubzilla-1d35d1e5a1c807ea391d7958657b13a6bb471a0b.tar.bz2 volse-hubzilla-1d35d1e5a1c807ea391d7958657b13a6bb471a0b.zip |
Merge pull request #141 from fabrixxm/newacl
New jot ACL selector
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index b03c1b4f5..7d215bd46 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -1,5 +1,4 @@ -<script language="javascript" type="text/javascript" src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script> <script language="javascript" type="text/javascript"> var editor; @@ -91,7 +90,7 @@ tinyMCE.init({ } ); - $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { + /*$('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); @@ -105,7 +104,7 @@ tinyMCE.init({ $('.profile-jot-net input').attr('disabled', false); } - }).trigger('change'); + }).trigger('change');*/ }); |