aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-27 15:20:36 -0700
committerfriendica <info@friendica.com>2012-03-27 15:20:36 -0700
commitaba63f8b78691812cd54e4eddf192cb67b81036b (patch)
treedb3e07d3d99e7eaafd3a61ef865ce97968daff61 /view/jot-header.tpl
parent1982184ca0f0922436a72f673a97010f6ea96435 (diff)
downloadvolse-hubzilla-aba63f8b78691812cd54e4eddf192cb67b81036b.tar.gz
volse-hubzilla-aba63f8b78691812cd54e4eddf192cb67b81036b.tar.bz2
volse-hubzilla-aba63f8b78691812cd54e4eddf192cb67b81036b.zip
turn on gecko spellcheck in tinymce
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index ef760abe0..974e02ab4 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -32,6 +32,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,