shx-3d-render

main
Jan Umbach 2024-06-13 20:05:51 +02:00
parent 2f60627be0
commit f0ac19a00a
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
if(!threeJSisLading && !threeJSloaded) {
// load threejs
let script = document.createElement('script');
script.src = {{ 'three.module.min.js' | asset_url }};
script.src = "{{ 'three.module.min.js' | asset_url }}";
script.id = 'threejs-script';
script.type = "module";
document.head.appendChild(script);