]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
Remove geotag
[friendica.git] / view / templates / jot-header.tpl
index c6656d88666b07939c841abc27d2005f571edc2e..53d5c7288ed79c7191448b8bfa3e355e8218248d 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);
@@ -184,7 +184,7 @@ function enableOnUser(){
                                commentBusy = true;
                                $('body').css('cursor', 'wait');
 
-                               $.get('tagger/' + id + '?term=' + reply);
+                               $.post('post/' + id + '/tag/add', {term: reply});
                                if(timer) clearTimeout(timer);
                                timer = setTimeout(NavUpdate,3000);
                                liking = 1;
@@ -236,7 +236,5 @@ function enableOnUser(){
                $("#profile-jot-text").val(currentText + data);
        }
 
-       {{$geotag nofilter}}
-
 </script>