Better English
This commit is contained in:
parent
6dd635ddf3
commit
afa85c4f57
@ -54,8 +54,8 @@ if (app == 'misskey') {
|
||||
}
|
||||
|
||||
// Load an app script
|
||||
// Note: 'async' makes can load the script asyncly.
|
||||
// 'defer' makes can run the script when the dom loaded.
|
||||
// Note: 'async' make it possible to load the script asyncly.
|
||||
// 'defer' make it possible to 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 New Issue
Block a user