]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/wallmsg-header.tpl
Merge pull request #11455 from annando/update-avatar
[friendica.git] / view / templates / wallmsg-header.tpl
index c64e0f64547ada48aa9df9a45e9b4202bd9dfb97..5f6b0d40e1a8b3b19d356dd2e866116e7815a1d4 100644 (file)
@@ -7,7 +7,7 @@
                reply = prompt("{{$linkurl}}");
                if(reply && reply.length) {
                        $('#profile-rotator').show();
-                       $.get('parse_url?url=' + reply, function(data) {
+                       $.get('parseurl?url=' + reply, function(data) {
                                addeditortext(data);
                                $('#profile-rotator').hide();
                        });
@@ -26,7 +26,7 @@
                event.preventDefault();
                if(reply && reply.length) {
                        $('#profile-rotator').show();
-                       $.get('parse_url?url=' + reply, function(data) {
+                       $.get('parseurl?url=' + reply, function(data) {
                                addeditortext(data);
                                $('#profile-rotator').hide();
                        });