diff options
author | Friendika <info@friendika.com> | 2011-07-23 00:21:25 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-23 00:21:25 -0700 |
commit | a486d2cd6aba751b293e0404e0f7b4705dc5c131 (patch) | |
tree | a1baa8ba02d8ebc7024fbfbaef29e6046568d302 /view/theme/dispy/jot-header.tpl | |
parent | 4e93c742d59fb57a7c58baf010e2de33617dee47 (diff) | |
parent | abc01cad20f599a205e5c2534936092f6820e702 (diff) | |
download | volse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.tar.gz volse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.tar.bz2 volse-hubzilla-a486d2cd6aba751b293e0404e0f7b4705dc5c131.zip |
Merge pull request #145 from tobiasd/master
dispy ACL and addon license
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index eb88f00c1..5d4babb9d 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -70,6 +70,11 @@ tinyMCE.init({ <script> var ispublic = '$ispublic'; $(document).ready(function() { + $("#profile-jot-acl-wrapper").hide(); + $("a#jot-perms-icon").fancybox({ + 'transitionIn' : 'none', + 'transitionOut' : 'none' + }); var uploader = new window.AjaxUpload( 'wall-image-upload', { action: 'wall_upload/$nickname', |