mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-15 19:55:56 +00:00
(js) Fix SCAYT automatic language selection
This commit is contained in:
@@ -715,7 +715,8 @@ function onMailIdentitySignatureClick(event) {
|
||||
'BGColor'], ['Source']
|
||||
],
|
||||
language: localeCode,
|
||||
scayt_sLang: localeCode });
|
||||
scayt_disableOptionsStorage : 'lang',
|
||||
scayt_sLang : scaytLang(localeCode) });
|
||||
}
|
||||
}
|
||||
dialog.mailAccount = this.mailAccount;
|
||||
|
||||
Reference in New Issue
Block a user