Merge pull request #12818 from glafarge/patch-1

New : Add native spellcheck to CKEditor
This commit is contained in:
Laurent Destailleur 2020-01-26 23:31:27 +01:00 committed by GitHub
commit d6830e0d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,8 @@ class DolEditor
breakAfterClose : true
});
}
}';
},
disableNativeSpellChecker: '.(empty($conf->global->CKEDITOR_NATIVE_SPELLCHECKER)?'false':'true');
if ($this->uselocalbrowser)
{