enable SCAYT (switch autostart on), no matter which spellchecker you are using

This commit is contained in:
Klaus Leithoff 2010-07-20 13:49:11 +00:00
parent 0d3cfae3b9
commit 14722e5060

View File

@ -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
{