aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot-header.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-23 00:21:25 -0700
committerFriendika <info@friendika.com>2011-07-23 00:21:25 -0700
commita486d2cd6aba751b293e0404e0f7b4705dc5c131 (patch)
treea1baa8ba02d8ebc7024fbfbaef29e6046568d302 /view/theme/dispy/jot-header.tpl
parent4e93c742d59fb57a7c58baf010e2de33617dee47 (diff)
parentabc01cad20f599a205e5c2534936092f6820e702 (diff)
downloadvolse-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.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',