mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
More scrict rules
This commit is contained in:
parent
71b6407d61
commit
fb2e492ce8
30 changed files with 126 additions and 89 deletions
|
|
@ -2,12 +2,12 @@
|
|||
import window from 'window';
|
||||
|
||||
import {Promise} from 'es6-promise-polyfill/promise.js';
|
||||
import {jassl} from 'jassl';
|
||||
import {progressJs} from '../vendors/progress.js/src/progress.js';
|
||||
import {jassl} from 'jassl';
|
||||
|
||||
window.jassl = jassl;
|
||||
window.Promise = window.Promise || Promise;
|
||||
window.progressJs = window.progressJs || progressJs();
|
||||
window.jassl = jassl;
|
||||
|
||||
window.progressJs.onbeforeend(() => {
|
||||
const _$ = window.$;
|
||||
|
|
@ -16,7 +16,7 @@ window.progressJs.onbeforeend(() => {
|
|||
_$('.progressjs-container').hide();
|
||||
window.setTimeout(() => {
|
||||
_$('.progressjs-container').remove();
|
||||
}, 200);
|
||||
}, 200); // eslint-disable-line no-magic-numbers
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue