Skip to content

Commit

Permalink
Update Index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bthomps authored Feb 1, 2024
1 parent 3096e4b commit 3277f06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ <h1>New Index</h1>
var result = null;
try
{
result = javaBackToGalleryFunction();
result = javaGeneratePatternFunction();
alert(result);
}
catch(e)
{
alert( 'a java error in changeFunc occurred: ' + e.message );
alert( 'A java error occurred: ' + e.message );
}
}
</script>
Expand Down

0 comments on commit 3277f06

Please sign in to comment.