X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fjot-header.tpl;h=0d2ad6f6f69ea651fe187719e469c26ad4d1ecd4;hb=ae2959c7805ae458b125f33e34f650c1520b4ccf;hp=f37b67085ec229055ebc0733d529b75b061012e9;hpb=78de9d002243ed9a2e95feb76c1ee1bbd86fc348;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index f37b67085e..0d2ad6f6f6 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(); @@ -42,7 +42,7 @@ function enableOnUser(){