Skip to content

Commit

Permalink
drop extraneous instruction in stripe_form_init
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 13, 2024
1 parent 0484425 commit e683ca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/stripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ Liberapay.stripe_form_init = function($form) {
return false;
}
};
$form.attr('action', '');

Liberapay.stripe_next_action = function ($next_action) {
stripe.handleCardAction($next_action.data('client_secret')).then(function (result) {
Expand Down

0 comments on commit e683ca6

Please sign in to comment.