mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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';
|
||||
$config['extraPlugins'] = "aspell";
|
||||
$config['scayt_autoStartup'] = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
$config['scayt_autoStartup'] = true;
|
||||
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
|
||||
}
|
||||
$config['scayt_autoStartup'] = true;
|
||||
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user