mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
preventdefault causes test to break
This commit is contained in:
parent
8e77810fcf
commit
786f72ad2f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#upgradeForm').submit(function(event) {
|
$('#upgradeForm').submit(function(event) {
|
||||||
event.preventDefault();
|
/* event.preventDefault(); */
|
||||||
|
|
||||||
if ($('#stripe_token').val() === '') {
|
if ($('#stripe_token').val() === '') {
|
||||||
Stripe.card.createToken({
|
Stripe.card.createToken({
|
||||||
|
|
Loading…
Add table
Reference in a new issue