mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
enable SCAYT (switch autostart on), no matter which spellchecker you are using
This commit is contained in:
parent
0d3cfae3b9
commit
14722e5060
@ -179,13 +179,10 @@ class egw_ckeditor_config
|
|||||||
{
|
{
|
||||||
$spellchecker_button = 'SpellCheck';
|
$spellchecker_button = 'SpellCheck';
|
||||||
$config['extraPlugins'] = "aspell";
|
$config['extraPlugins'] = "aspell";
|
||||||
$config['scayt_autoStartup'] = false;
|
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
$config['scayt_autoStartup'] = true;
|
$config['scayt_autoStartup'] = true;
|
||||||
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
|
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user