From aba63f8b78691812cd54e4eddf192cb67b81036b Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 27 Mar 2012 15:20:36 -0700 Subject: turn on gecko spellcheck in tinymce --- view/jot-header.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/jot-header.tpl') 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, -- cgit v1.2.3