Skip to content

Commit

Permalink
fix:resolved form submission issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav09022001 committed Dec 24, 2023
1 parent e16748e commit 173fe38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@
}
});
//Do not include! This prevents the form from submitting for DEMO purposes only!
$('form').submit(function(event) {
event.preventDefault();
return false;
});
// $('form').submit(function(event) {
// event.preventDefault();
// return false;
// });

})(jQuery);

Expand Down

0 comments on commit 173fe38

Please sign in to comment.