]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
preliminary qcomment support, [nosmile] tag to disable smiley processing
[friendica.git] / view / jot-header.tpl
index 22b4349166f1129bb939b1a36e8df4e24006ba2d..02662d2d4b17ecec89712066ed164c11bf5e2717 100755 (executable)
@@ -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("");