mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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.onload = () => resolve();
|
||||||
script.onerror = () => reject(new Error('Failed loading ' + src));
|
script.onerror = () => reject(new Error('Failed loading ' + src));
|
||||||
script.src = src;
|
script.src = src;
|
||||||
// script.async = true;
|
|
||||||
doc.head.append(script);
|
doc.head.append(script);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue