X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fwallmsg-header.tpl;h=5f6b0d40e1a8b3b19d356dd2e866116e7815a1d4;hb=aa65e3032d4eb394cd21dd4b983deb42f17843ca;hp=c64e0f64547ada48aa9df9a45e9b4202bd9dfb97;hpb=1de3960e267a8d298348fbca18cf1be1f6a20f7a;p=friendica.git diff --git a/view/templates/wallmsg-header.tpl b/view/templates/wallmsg-header.tpl index c64e0f6454..5f6b0d40e1 100644 --- a/view/templates/wallmsg-header.tpl +++ b/view/templates/wallmsg-header.tpl @@ -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(); });