aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-02-13 09:33:20 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-02-13 09:33:20 +0100
commit3e664dbdfe4a7b0d27a7dd317ab7e85853822275 (patch)
treea26cc566363d2f9675cd99d7ba991b83870b72ec /view/jot-header.tpl
parented38808aae6585bb6c31a18788f0290812bae2f8 (diff)
downloadvolse-hubzilla-3e664dbdfe4a7b0d27a7dd317ab7e85853822275.tar.gz
volse-hubzilla-3e664dbdfe4a7b0d27a7dd317ab7e85853822275.tar.bz2
volse-hubzilla-3e664dbdfe4a7b0d27a7dd317ab7e85853822275.zip
reshare in "display" view
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 482fb0e0d..251b9cdd0 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -209,15 +209,14 @@ 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("");
initEditor(function(){
addeditortext(data);
$('#like-rotator-' + id).hide();
- if ($('#jot-popup').length != 0){
- $('#jot-popup').show();
- }
$(window).scrollTop(0);
});