]> 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 4644b954e688251cd494ca8a96f001e574b06d26..1e1d51661bee9f3efe25870d23eaae39589eef4d 100644 (file)
@@ -1,7 +1,7 @@
 <script language="javascript" type="text/javascript">
-       $("#prvmail-text").editor_autocomplete(baseurl + '/acl');
+       $("#prvmail-text").editor_autocomplete(baseurl + '/search/acl');
 </script>
-<script type="text/javascript" src="view/js/ajaxupload.js" ></script>
+<script type="text/javascript" src="view/js/ajaxupload.js?v={{$smarty.const.FRIENDICA_VERSION}}" ></script>
 <script>
        $(document).ready(function() {
                var uploader = new window.AjaxUpload(
@@ -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();
                        });