forked from extern/egroupware
disable SCAYT too (switch autostart off), if you disable spellchecker in admin
This commit is contained in:
parent
70319aefd6
commit
0d3cfae3b9
@ -187,6 +187,10 @@ class egw_ckeditor_config
|
||||
$config['scayt_sLang'] = self::get_lang().'_'.self::get_country();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$config['scayt_autoStartup'] = false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user