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