This commit is contained in:
syuilo 2017-06-07 02:02:56 +09:00
parent 4539655c5d
commit 86bbcd5ea2

View file

@ -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);
}