This commit is contained in:
the-djmaze 2022-04-27 01:30:33 +02:00
parent 8b3cfc7a67
commit c78298d1ed
2 changed files with 10 additions and 10 deletions

View file

@ -53,7 +53,7 @@ let alreadyFullscreen;
const
ScopeCompose = 'Compose',
base64_encode = text => btoa(text).match(/.{1,76}/g).join('\r\n'),
base64_encode = text => btoa(unescape(encodeURIComponent(text))).match(/.{1,76}/g).join('\r\n'),
email = new EmailModel(),
getEmail = value => {