]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/msg-header.tpl
added two help texts in the admin panel site config
[friendica.git] / view / templates / msg-header.tpl
index 1db1750dd2fa0ead8a91c0d742e21ed5fc85b9db..d3728780029cea104f058a6c52d11df05f246db2 100644 (file)
@@ -1,7 +1,7 @@
 <script language="javascript" type="text/javascript">
        $("#prvmail-text").editor_autocomplete(baseurl + '/search/acl');
 </script>
-<script type="text/javascript" src="view/js/ajaxupload.js?v={{$smarty.const.FRIENDICA_VERSION}}" ></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();
                        });