X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fjot-header.tpl;h=0d2ad6f6f69ea651fe187719e469c26ad4d1ecd4;hb=8e3428764b67c90b3eef88a075060e8694be465b;hp=6ddd695450bb182d829d33a22c2a2807ac6a127e;hpb=45ebeba643a6d600e8778475f70f827f32bf3146;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index 6ddd695450..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(); @@ -40,9 +40,9 @@ function enableOnUser(){ } - +