shx-3d-render
parent
e1158c53ae
commit
7482a3019d
|
@ -103,7 +103,6 @@
|
|||
let script = document.createElement('script');
|
||||
script.src = "{{ 'three.module.min.js' | asset_url }}";
|
||||
script.id = 'threejs-script';
|
||||
script.type = "module";
|
||||
document.head.appendChild(script);
|
||||
|
||||
script.addEventListener('load', () => {
|
||||
|
|
Loading…
Reference in New Issue