1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 14:26:28 +02:00

Better English

This commit is contained in:
こぴなたみぽ
2017-05-18 14:36:14 +09:00
committed by GitHub
parent 88041dbd94
commit 29957f9d36

View File

@@ -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');