mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-15 08:37:09 +00:00
Fixed an issue
This commit is contained in:
parent
0fa88f367a
commit
8f7d6cc98a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
* @version 0.0.1
|
||||
*/
|
||||
|
||||
$('input[name="submit"]').on('click', function(e) {
|
||||
$('button[name="submit"]').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
|
||||
$.ajax({
|
||||
|
|
Loading…
Reference in a new issue