]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
Merge develop into 1404_reworked_autocomplete
[friendica.git] / view / templates / jot-header.tpl
index b06f6032c30ea338f909fde7975da9309b01f30a..d12293f04c7743a1896b13687b60c45fc27b2cf2 100644 (file)
@@ -23,7 +23,7 @@ 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");
                        editor = true;
                        $("a#jot-perms-icon").colorbox(colorbox_options);
                        $(".jothidden").show();