diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-07-23 07:41:20 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-07-23 07:41:20 +0200 |
commit | a213a9babfaa8029e54d529803a47464f44dc5b0 (patch) | |
tree | dafb62aa2f5de716c8ba2fd17055a6bf0ad1ccbd /view/theme/dispy/jot-header.tpl | |
parent | 9cf9753190e8ff86c977ee696b55e6e3b0785c09 (diff) | |
download | volse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.tar.gz volse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.tar.bz2 volse-hubzilla-a213a9babfaa8029e54d529803a47464f44dc5b0.zip |
dispy ACL into the fancybox
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', |