diff --git a/Macros/parserLewisStructureTool.pl b/Macros/parserLewisStructureTool.pl index 384917f..3844ce0 100644 --- a/Macros/parserLewisStructureTool.pl +++ b/Macros/parserLewisStructureTool.pl @@ -55,7 +55,7 @@ =head1 OPTIONS sub _parserLewisStructureTool_init {# #ADD_JS_FILE('http://localhost:5173/src/main.ts', 1, { type => "module" }); # For development #ADD_JS_FILE('http://localhost:3000/index.js', 1, { type => "module" }); # For development - ADD_JS_FILE('https://cdn.jsdelivr.net/gh/limefrogyank/LewisStructuresWeb@latest/dist/index.js', 1, { defer => undef }); + ADD_JS_FILE('https://cdn.jsdelivr.net/gh/limefrogyank/LewisStructuresWeb@latest/dist/index.js', 1, { type => "module", defer => undef }); main::PG_restricted_eval('sub LewisStructureTool { parser::LewisStructureTool->new(@_) }'); }