aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-02-13 01:30:42 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-02-13 01:30:42 -0800
commitf84309eb9202cb5917f05ca9cfe3a83a953fef0a (patch)
tree065e7fcef74e17d63072d386481cce8483772000 /view/jot-header.tpl
parent85c831bcbf6f4cc2793d91e4e3fb3da5828a3f60 (diff)
parent8369c243b321a421ea2ab92a49d8995b5724244e (diff)
downloadvolse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.tar.gz
volse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.tar.bz2
volse-hubzilla-f84309eb9202cb5917f05ca9cfe3a83a953fef0a.zip
Merge pull request #34 from fabrixxm/master
Allow reshare in display view
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("");