shx-3d-render
parent
2f60627be0
commit
f0ac19a00a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue