aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 22b434916..251b9cdd0 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -209,6 +209,8 @@ function enableOnUser(){
}
function jotShare(id) {
+ if ($('#jot-popup').length != 0) $('#jot-popup').show();
+
$('#like-rotator-' + id).show();
$.get('share/' + id, function(data) {
if (!editor) $("#profile-jot-text").val("");