mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Add cmd interface
Code refactoring
This commit is contained in:
parent
e6e1a19477
commit
962391e2a0
23 changed files with 180 additions and 223 deletions
4
dev/bootstrap.js
vendored
4
dev/bootstrap.js
vendored
|
|
@ -60,7 +60,7 @@ export default (App) => {
|
|||
|
||||
App.bootstart();
|
||||
|
||||
}, 10);
|
||||
}, Enums.Magics.Time10ms);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -69,7 +69,7 @@ export default (App) => {
|
|||
|
||||
window.__APP_BOOT = null;
|
||||
|
||||
}, 10);
|
||||
}, Enums.Magics.Time10ms);
|
||||
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue