mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix bug
This commit is contained in:
parent
0bf4f358ab
commit
8b245ab2ec
1 changed files with 46 additions and 44 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
{
|
||||
// Get the current url information
|
||||
const url = new URL(location.href);
|
||||
|
||||
|
@ -61,3 +62,4 @@ script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
|
|||
script.setAttribute('async', 'true');
|
||||
script.setAttribute('defer', 'true');
|
||||
head.appendChild(script);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue