X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fitem%2Fcompose-footer.tpl;h=7e18d18ff7aa4743321e8f06d7fbb15f43a07a23;hb=36ba7fa79c7c2d4304f3423d84215771e3bb6a9f;hp=9e950b98d28ced17728ba56162f1e136011e40bc;hpb=bc4a57ec3cb78fbed8bc1489f376b9da96b5a674;p=friendica.git diff --git a/view/templates/item/compose-footer.tpl b/view/templates/item/compose-footer.tpl index 9e950b98d2..7e18d18ff7 100644 --- a/view/templates/item/compose-footer.tpl +++ b/view/templates/item/compose-footer.tpl @@ -24,7 +24,7 @@ var textlen = $(this).val().length; $('#character-counter').text(textlen); }); - $textarea.editor_autocomplete(baseurl+"/acl"); + $textarea.editor_autocomplete(baseurl + '/search/acl'); $textarea.bbco_autocomplete('bbcode'); let $acl_allow_input = $('#acl_allow');