Skip to content

Commit

Permalink
forgot module tag
Browse files Browse the repository at this point in the history
  • Loading branch information
limefrogyank committed Dec 5, 2024
1 parent f4b62e3 commit f5aace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Macros/parserLewisStructureTool.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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(@_) }');
}

Expand Down

0 comments on commit f5aace3

Please sign in to comment.