Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
commit
576f027f9e
1
front/dist/iframe.html
vendored
1
front/dist/iframe.html
vendored
@ -12,6 +12,7 @@
|
|||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.type = "module";
|
script.type = "module";
|
||||||
script.src = scriptUrl;
|
script.src = scriptUrl;
|
||||||
|
script.type = "module";
|
||||||
document.head.append(script);
|
document.head.append(script);
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user