diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-05-18 14:56:27 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-05-18 14:56:27 +0900 |
| commit | 6335574688b29f83aea491c92b8ea41685e4c8a5 (patch) | |
| tree | d41ca2150c5287273e6489970ca5df18cf759e1f /src | |
| parent | DOC: :v: (diff) | |
| parent | Merge pull request #468 from syuilo/greenkeeper/debug-2.6.7 (diff) | |
| download | sharkey-6335574688b29f83aea491c92b8ea41685e4c8a5.tar.gz sharkey-6335574688b29f83aea491c92b8ea41685e4c8a5.tar.bz2 sharkey-6335574688b29f83aea491c92b8ea41685e4c8a5.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/boot.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 59af08f8a2..5abbeba684 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -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'); |