(js) Fix SCAYT automatic language selection

This commit is contained in:
Francis Lachapelle
2017-03-07 15:13:04 -05:00
parent 2428c3cb3d
commit 8c7a2cb2eb
4 changed files with 21 additions and 2 deletions

View File

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