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
|
breakAfterClose : true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}';
|
},
|
||||||
|
disableNativeSpellChecker: '.(empty($conf->global->CKEDITOR_NATIVE_SPELLCHECKER)?'false':'true');
|
||||||
|
|
||||||
if ($this->uselocalbrowser)
|
if ($this->uselocalbrowser)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user