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