mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Better English
This commit is contained in:
parent
73b89cdfd6
commit
c3c9f4491d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if (app == 'misskey') {
|
|||
|
||||
// Load an app script
|
||||
// Note: 'async' makes can load the script asyncly.
|
||||
// 'defer' makes can run script when the dom loaded.
|
||||
// 'defer' makes can run the script when the dom loaded.
|
||||
const script = document.createElement('script');
|
||||
script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
|
||||
script.setAttribute('async', 'true');
|
||||
|
|
Loading…
Reference in a new issue