Changeset 3056:eef1dc48436a for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 07/16/15 14:08:57 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3055 r3056 80 80 CKEDITOR.timestamp = ''; 81 81 <?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 82 CKEDITOR. disableNativeSpellChecker = true;82 CKEDITOR.config.disableNativeSpellChecker = true; 83 83 <?php else:?> 84 CKEDITOR. disableNativeSpellChecker = false;84 CKEDITOR.config.disableNativeSpellChecker = false; 85 85 <?php endif;?> 86 86 CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/';
Note: See TracChangeset
for help on using the changeset viewer.