Merge branch 'master' of https://github.com/syuilo/misskey
This commit is contained in:
commit
6335574688
|
@ -95,14 +95,14 @@
|
|||
"animejs": "2.0.2",
|
||||
"autwh": "0.0.1",
|
||||
"bcryptjs": "2.4.3",
|
||||
"body-parser": "1.17.1",
|
||||
"body-parser": "1.17.2",
|
||||
"cafy": "2.4.0",
|
||||
"chalk": "1.1.3",
|
||||
"compression": "1.6.2",
|
||||
"cors": "2.8.3",
|
||||
"cropperjs": "1.0.0-rc",
|
||||
"crypto": "0.0.3",
|
||||
"debug": "2.6.6",
|
||||
"debug": "2.6.7",
|
||||
"deep-equal": "1.0.1",
|
||||
"deepcopy": "0.6.3",
|
||||
"download": "6.1.0",
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue