aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-13 14:17:20 -0800
committerfriendica <info@friendica.com>2012-02-13 14:17:20 -0800
commit23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8 (patch)
tree07963e36346612e0c0e1fe22d0c9608043f40f35 /view/jot-header.tpl
parentdc4420c5ec085f43bdab35d4eb06f024a3472740 (diff)
parent22bb285c7f223c868318e601ec41e044dd90bac3 (diff)
downloadvolse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.tar.gz
volse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.tar.bz2
volse-hubzilla-23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8.zip
Merge branch 'pull'
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 22b434916..02662d2d4 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -118,7 +118,7 @@ function enableOnUser(){
}
</script>
-<script type="text/javascript" src="js/ajaxupload.js" ></script>
+<script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script>
<script>
var ispublic = '$ispublic';
var addtitle = '$addtitle';
@@ -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("");