Fix bug
This commit is contained in:
parent
4539655c5d
commit
86bbcd5ea2
|
@ -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…
Reference in New Issue