mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
cleanup webpack
This commit is contained in:
parent
6d29acb7eb
commit
ecbe543b15
10 changed files with 44 additions and 68 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import window from 'window';
|
||||
import progressJs from 'progressJs';
|
||||
|
||||
import { jassl } from 'Common/Jassl';
|
||||
import { getHash, setHash, clearHash } from 'Storage/RainLoop';
|
||||
|
|
@ -27,8 +26,8 @@ function showError() {
|
|||
oL.style.display = 'block';
|
||||
}
|
||||
|
||||
if (progressJs) {
|
||||
progressJs.set(100).end();
|
||||
if (window.progressJs) {
|
||||
window.progressJs.set(100).end();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -85,7 +84,7 @@ window.__initAppData = data => {
|
|||
}
|
||||
}
|
||||
|
||||
const appData = window.__rlah_data(), p = progressJs;
|
||||
const appData = window.__rlah_data(), p = window.progressJs;
|
||||
|
||||
if (
|
||||
p &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue