]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / msg-header.tpl
index 1db1750dd2fa0ead8a91c0d742e21ed5fc85b9db..1e1d51661bee9f3efe25870d23eaae39589eef4d 100644 (file)
@@ -23,7 +23,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();
                        });
@@ -42,7 +42,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();
                        });