]> git.mxchange.org Git - friendica.git/commitdiff
turn on gecko spellcheck in tinymce
authorfriendica <info@friendica.com>
Tue, 27 Mar 2012 22:20:36 +0000 (15:20 -0700)
committerfriendica <info@friendica.com>
Tue, 27 Mar 2012 22:20:36 +0000 (15:20 -0700)
boot.php
view/contact_head.tpl
view/event_head.tpl
view/jot-header.tpl
view/msg-header.tpl
view/profed_head.tpl

index 13a6f0d1df9dfacbcbd231f122d497f9d8c3948b..76c0057bddde19b2efc253bbe4ad7346e396e593 100755 (executable)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1293' );
+define ( 'FRIENDICA_VERSION',      '2.3.1294' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1133      );
 
index c7de390af28daf9257e2e8a05c5e7eb0f79b89ea..a76293a687fe939f5e59b1808832dc44fe733164 100755 (executable)
@@ -13,8 +13,8 @@ tinyMCE.init({
        theme_advanced_buttons3 : "",
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "center",
-       theme_advanced_styles : "Code=codeStyle;Quote=quoteStyle",
-       content_css : "bbcode.css",
+       theme_advanced_styles : "blockquote,code",
+       gecko_spellcheck : true,
        entity_encoding : "raw",
        add_unload_trigger : false,
        remove_linebreaks : false,
index 498ac9941c650ed9bdcd6114703c807f7072e634..97201e722988adb98e11eaa09d6403dd507439d6 100755 (executable)
@@ -74,6 +74,7 @@ tinyMCE.init({
        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,
index ef760abe0fb6409022354f49a3012db2e21e7def..974e02ab4c543a4128b1a92da7b91d58c9a0efbd 100755 (executable)
@@ -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,
index 098333893fdc5f5196f647a1ff1f1886e31f9397..49ee5905b846bf5f6eafcc7d88363d9af05dc05e 100755 (executable)
@@ -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,
index e1df2c4ad7afb5c26891f62737c5f4f56773295a..a3267d591678023dc4610623c80a4f1948aea79d 100755 (executable)
@@ -13,6 +13,7 @@ tinyMCE.init({
        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,