diff options
author | friendica <info@friendica.com> | 2012-02-13 14:17:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-13 14:17:20 -0800 |
commit | 23f5abfa1fb40e5037fc4c6e2147bcc1ba2fa1d8 (patch) | |
tree | 07963e36346612e0c0e1fe22d0c9608043f40f35 /view/jot-header.tpl | |
parent | dc4420c5ec085f43bdab35d4eb06f024a3472740 (diff) | |
parent | 22bb285c7f223c868318e601ec41e044dd90bac3 (diff) | |
download | volse-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-x | view/jot-header.tpl | 4 |
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(""); |