mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Resolve #538
This commit is contained in:
parent
8ca651b2fa
commit
ab816e9e09
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ const
|
|||
script.onload = () => resolve();
|
||||
script.onerror = () => reject(new Error('Failed loading ' + src));
|
||||
script.src = src;
|
||||
// script.async = true;
|
||||
doc.head.append(script);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue