aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-10 17:30:22 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-10 17:30:22 +0100
commited38808aae6585bb6c31a18788f0290812bae2f8 (patch)
treebf192070db0b2f751c0480d864e15084310fbcdd /view/jot-header.tpl
parent84805501449aa03e86d985f3e2d9734184cea0db (diff)
downloadvolse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.tar.gz
volse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.tar.bz2
volse-hubzilla-ed38808aae6585bb6c31a18788f0290812bae2f8.zip
hidden jot in "display" to allow reshare
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 22b434916..482fb0e0d 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -215,6 +215,9 @@ function enableOnUser(){
initEditor(function(){
addeditortext(data);
$('#like-rotator-' + id).hide();
+ if ($('#jot-popup').length != 0){
+ $('#jot-popup').show();
+ }
$(window).scrollTop(0);
});