summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-06-07 00:04:39 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-06-07 00:04:39 +0900
commitafa85c4f57a3e227d20bbf557ac3a8422fcc420d (patch)
treed37c469168250ad9ee5c04cdfd32e034ff4718f7 /src
parentFix bug (diff)
downloadsharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.tar.gz
sharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.tar.bz2
sharkey-afa85c4f57a3e227d20bbf557ac3a8422fcc420d.zip
Better English
Diffstat (limited to 'src')
-rw-r--r--src/web/app/boot.js4
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');