]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
Merge develop into 0308-Notifications-restructure
[friendica.git] / view / templates / jot-header.tpl
index b06f6032c30ea338f909fde7975da9309b01f30a..7498bfc4221648892feff2b7126c721c2c2696bc 100644 (file)
@@ -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();