aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot-header.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-07-23 07:41:20 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-07-23 07:41:20 +0200
commita213a9babfaa8029e54d529803a47464f44dc5b0 (patch)
treedafb62aa2f5de716c8ba2fd17055a6bf0ad1ccbd /view/theme/dispy/jot-header.tpl
parent9cf9753190e8ff86c977ee696b55e6e3b0785c09 (diff)
downloadvolse-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.tpl5
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',