]> 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 3208ac4601516524d2c47d4cac3f4bdf3fbcc8b4..5f6b0d40e1a8b3b19d356dd2e866116e7815a1d4 100644 (file)
@@ -1,5 +1,5 @@
 <script language="javascript" type="text/javascript">
-       $("#prvmail-text").editor_autocomplete(baseurl+"/acl");
+       $("#prvmail-text").editor_autocomplete(baseurl + '/search/acl');
 </script>
 <script>
 
@@ -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();
                        });