X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot-header.tpl;h=67e5eb6810748d4d3fe842f9c8872e8448f0ed29;hb=0a2675d8b698302e50cb64ce5793ab9d22dee329;hp=d6b172b6af8c28e75af10cbf84ee2f2483cf3ac0;hpb=cce69f05097f559593c06e8595e1da5b904e5323;p=friendica.git diff --git a/view/jot-header.tpl b/view/jot-header.tpl index d6b172b6af..67e5eb6810 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -11,6 +11,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"); editor = true; $("a#jot-perms-icon").fancybox({ 'transitionIn' : 'elastic', @@ -32,6 +33,7 @@ function initEditor(cb){ theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "center", theme_advanced_blockformats : "blockquote,code", + gecko_spellcheck : true, paste_text_sticky : true, entity_encoding : "raw", add_unload_trigger : false, @@ -121,7 +123,6 @@ function enableOnUser(){