diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 00:04:39 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-06-07 00:04:39 +0900 |
| commit | afa85c4f57a3e227d20bbf557ac3a8422fcc420d (patch) | |
| tree | d37c469168250ad9ee5c04cdfd32e034ff4718f7 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.tar.gz sharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.tar.bz2 sharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.zip | |
Better English
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/boot.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 7cfa71df21..1049f520a7 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -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'); |