Merge branch 'develop' of github.com:thecodingmachine/workadventure

This commit is contained in:
_Bastler
2021-12-07 09:25:12 +01:00
+1
View File
@@ -12,6 +12,7 @@
const script = document.createElement('script');
script.type = "module";
script.src = scriptUrl;
script.type = "module";
document.head.append(script);
</script>
</head>