Skip to content

Commit

Permalink
targeting specific version of lewisstructure tool
Browse files Browse the repository at this point in the history
  • Loading branch information
limefrogyank committed Dec 5, 2024
1 parent f5aace3 commit 5bcc21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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, { type => "module", defer => undef });
ADD_JS_FILE('https://cdn.jsdelivr.net/gh/limefrogyank/LewisStructuresWeb@v1/dist/index.js', 1, { type => "module", defer => undef });
main::PG_restricted_eval('sub LewisStructureTool { parser::LewisStructureTool->new(@_) }');
}

Expand Down Expand Up @@ -352,7 +352,7 @@ sub cmp {
}
else {
$message .=
"You're either missing atoms or some atoms aren't connected to the correct atoms. ";
"You either have an incorrect number of atoms or some atoms aren't connected to the correct atoms. ";
return $cmp;
}
if ( !$structureAnalysis->{bondOrderCorrect} ) {
Expand Down

0 comments on commit 5bcc21d

Please sign in to comment.