mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Cleanup more CSS and JS
and merge/cleanup/redesign composer attachments
This commit is contained in:
parent
fe45179847
commit
e52b9abc61
23 changed files with 156 additions and 293 deletions
|
|
@ -405,13 +405,7 @@ class AppUser extends AbstractApp {
|
|||
prom
|
||||
.then((value) => !!value)
|
||||
.then(callback)
|
||||
.catch(() => {
|
||||
setTimeout(() => {
|
||||
if (callback) {
|
||||
callback(false); // eslint-disable-line callback-return
|
||||
}
|
||||
}, 1);
|
||||
});
|
||||
.catch(() => callback && setTimeout(() => callback(false), 1));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue