]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
adhere feedback
[friendica.git] / view / templates / jot-header.tpl
index 9b47ed56a71c39d048b9700c2a4c9ba040f30db1..a67f9c3f0c35ef0bdea97a1f6061c5c3cf4b3210 100644 (file)
@@ -141,7 +141,7 @@ function enableOnUser(){
                if ($('#jot-popup').length != 0) $('#jot-popup').show();
 
                $('#like-rotator-' + id).show();
-               $.get('share/' + id, function(data) {
+               $.get('post/' + id + '/share', function(data) {
                        if (!editor) $("#profile-jot-text").val("");
                        initEditor(function(){
                                addeditortext(data);