mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
(js) Fix SCAYT automatic language selection
This commit is contained in:
@@ -533,7 +533,8 @@ function initMailEditor() {
|
||||
CKEDITOR.replace('text',
|
||||
{
|
||||
language : localeCode,
|
||||
scayt_sLang : localeCode
|
||||
scayt_disableOptionsStorage : 'lang',
|
||||
scayt_sLang : scaytLang(localeCode)
|
||||
}
|
||||
);
|
||||
CKEDITOR.on('instanceReady', function(event) {
|
||||
|
||||
Reference in New Issue
Block a user