X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fjot-header.tpl;h=a67f9c3f0c35ef0bdea97a1f6061c5c3cf4b3210;hb=78a8ed6fe77318387cae300f8a3a415477d241b5;hp=9b47ed56a71c39d048b9700c2a4c9ba040f30db1;hpb=891f686dcf47790e51915298e99d06fb055f43a9;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index 9b47ed56a7..a67f9c3f0c 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -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);