mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-02 13:43:36 +09:00
Fix bug
This commit is contained in:
parent
4539655c5d
commit
86bbcd5ea2
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
{
|
||||||
// Get the current url information
|
// Get the current url information
|
||||||
const url = new URL(location.href);
|
const url = new URL(location.href);
|
||||||
|
|
||||||
@ -61,3 +62,4 @@ script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
|
|||||||
script.setAttribute('async', 'true');
|
script.setAttribute('async', 'true');
|
||||||
script.setAttribute('defer', 'true');
|
script.setAttribute('defer', 'true');
|
||||||
head.appendChild(script);
|
head.appendChild(script);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user