aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
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);
});