mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
js -> jsx
This commit is contained in:
parent
3bcf23f8fa
commit
08ccf55577
43 changed files with 2342 additions and 2347 deletions
|
|
@ -146,11 +146,8 @@ function runMainBoot(withError, additionalError)
|
|||
{
|
||||
if (window.__APP_BOOT && !withError)
|
||||
{
|
||||
window.__APP_BOOT(function (bV) {
|
||||
if (!bV)
|
||||
{
|
||||
showError(additionalError);
|
||||
}
|
||||
window.__APP_BOOT(() => {
|
||||
showError(additionalError);
|
||||
});
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue