mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
cleanup webpack
This commit is contained in:
parent
6d29acb7eb
commit
ecbe543b15
10 changed files with 44 additions and 68 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import window from 'window';
|
||||
import ko from 'ko';
|
||||
import progressJs from 'progressJs';
|
||||
|
||||
import { root } from 'Common/Links';
|
||||
import { getNotification } from 'Common/Translator';
|
||||
|
|
@ -182,8 +181,8 @@ class AdminApp extends AbstractApp {
|
|||
}
|
||||
|
||||
bootend(bootendCallback = null) {
|
||||
if (progressJs) {
|
||||
progressJs.end();
|
||||
if (window.progressJs) {
|
||||
window.progressJs.end();
|
||||
}
|
||||
|
||||
if (bootendCallback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue