Skip to content
Snippets Groups Projects
Commit afa85c4f authored by syuilo's avatar syuilo
Browse files

Better English

parent 6dd635dd
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment