]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
Merge pull request #7883 from MrPetovan/bug/acl-fixes
[friendica.git] / view / templates / jot-header.tpl
index bf0c99d3a2148bfc9523c13527447907180ba686..0d2ad6f6f69ea651fe187719e469c26ad4d1ecd4 100644 (file)
@@ -19,7 +19,7 @@ function initEditor(callback) {
                $("#profile-jot-text-loading").show();
                $("#profile-jot-text-loading").hide();
                $("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
-               $("#profile-jot-text").editor_autocomplete(baseurl+"/acl");
+               $("#profile-jot-text").editor_autocomplete(baseurl + '/search/acl');
                $("#profile-jot-text").bbco_autocomplete('bbcode');
                $("a#jot-perms-icon").colorbox(colorbox_options);
                $(".jothidden").show();
@@ -42,7 +42,7 @@ function enableOnUser(){
 </script>
 <script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script>
 <script>
-       var ispublic = '{{$ispublic}}';
+       var ispublic = '{{$ispublic nofilter}}';
 
 
        $(document).ready(function() {