Commit 67873979 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: CKEditor do not disable Native Spell Checker

parent 2cbe97aa
...@@ -117,7 +117,8 @@ ...@@ -117,7 +117,8 @@
textarea,\n textarea,\n
{\n {\n
removeButtons: \'NewPage,Preview\',\n removeButtons: \'NewPage,Preview\',\n
removePluggins: \'\'\n removePlugins: \'\',\n
disableNativeSpellChecker: false\n
}\n }\n
);\n );\n
g.props.ckeditor.addCommand(\'saveRJS\', {\n g.props.ckeditor.addCommand(\'saveRJS\', {\n
...@@ -285,7 +286,7 @@ ...@@ -285,7 +286,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>945.42727.27517.33075</string> </value> <value> <string>948.31859.27287.17783</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -303,7 +304,7 @@ ...@@ -303,7 +304,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1441901307.82</float> <float>1452872881.96</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment