X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fmsg-header.tpl;h=2d1ea7a61275050aa29f0e899fa3d6846a505d9a;hb=393a91ea7857de46f22cd4d8460476505593e89f;hp=1f8650bfe3ea7146ad28e6e8f74931708dcf6763;hpb=75823c23539fd009a6575dc125258afa7ce2bbc8;p=friendica.git diff --git a/view/msg-header.tpl b/view/msg-header.tpl old mode 100755 new mode 100644 index 1f8650bfe3..2d1ea7a612 --- a/view/msg-header.tpl +++ b/view/msg-header.tpl @@ -16,6 +16,7 @@ if(plaintext != 'none') { 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, @@ -32,15 +33,17 @@ if(plaintext != 'none') { ed.pasteAsPlainText = true; var editorId = ed.editorId; var textarea = $('#'+editorId); - console.log(textarea); if (typeof(textarea.attr('tabindex')) != "undefined") { $('#'+editorId+'_ifr').attr('tabindex', textarea.attr('tabindex')); textarea.attr('tabindex', null); } }); - }, + } }); } +else + $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); +