]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/jot-header.tpl
Merge pull request #12429 from MrPetovan/bug/contactblock-icon
[friendica.git] / view / theme / smoothly / templates / jot-header.tpl
index a2be0430243334098f532cc140fc8ff619fdbf38..69233b92602661bce395a98397f32e0df4b2773f 100644 (file)
@@ -168,13 +168,13 @@ function enableOnUser(){
 
        function jotShare(id) {
                $('#like-rotator-' + id).show();
-               $.get('share/' + id, function(data) {
-                               if (!editor) $("#profile-jot-text").val("");
-                               initEditor(function(){
-                                       addeditortext(data);
-                                       $('#like-rotator-' + id).hide();
-                                       $(window).scrollTop(0);
-                               });
+               $.get('post/' + id + '/share', function(data) {
+                       if (!editor) $("#profile-jot-text").val("");
+                       initEditor(function(){
+                               addeditortext(data);
+                               $('#like-rotator-' + id).hide();
+                               $(window).scrollTop(0);
+                       });
                });
        }