X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fjot-header.tpl;h=aa00c5d98900624b46775628d8a166699ab4bd6a;hb=eefa699bb24ccef155d5a808d132e13017bfe1ff;hp=f169b09212a8c5df75c55e5bbe17e6c86790b952;hpb=9ebb2f42a10bc0c71d0ddb87869a0de180f55a64;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index f169b09212..aa00c5d989 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -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(); @@ -40,7 +40,7 @@ function enableOnUser(){ } - +