Skip to content

Commit

Permalink
fixed js bug
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus de Lima Oliveira <mateus@ativarsoft.com>
  • Loading branch information
ativarsoft committed May 2, 2023
1 parent a23bee0 commit 53e868a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.011
1.012
2 changes: 1 addition & 1 deletion playground.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$('#seafood-form').submit(function(event) {
$('#betula-form').submit(function(event) {
event.preventDefault(); // Prevent default form submission behavior

// Get form data
Expand Down

0 comments on commit 53e868a

Please sign in to comment.