mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #12818 from glafarge/patch-1
New : Add native spellcheck to CKEditor
This commit is contained in:
commit
d6830e0d04
|
|
@ -225,7 +225,8 @@ class DolEditor
|
|||
breakAfterClose : true
|
||||
});
|
||||
}
|
||||
}';
|
||||
},
|
||||
disableNativeSpellChecker: '.(empty($conf->global->CKEDITOR_NATIVE_SPELLCHECKER)?'false':'true');
|
||||
|
||||
if ($this->uselocalbrowser)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user