X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=view%2Ftemplates%2Fjot-header.tpl;h=7498bfc4221648892feff2b7126c721c2c2696bc;hb=bcee356f661c02dc6f4d92bd223d293638d30475;hp=b06f6032c30ea338f909fde7975da9309b01f30a;hpb=0c67c89715df801e0c887be50c9739db3bae7ca3;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index b06f6032c3..7498bfc422 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -23,7 +23,8 @@ function initEditor(cb){ if(plaintext == 'none') { $("#profile-jot-text-loading").hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); + $("#profile-jot-text").editor_autocomplete(baseurl+"/acl"); + $("#profile-jot-text").bbco_autocomplete('bbcode'); editor = true; $("a#jot-perms-icon").colorbox(colorbox_options); $(".jothidden").show();