Skip to content

Commit f550f30

Browse files
committed
fix subscription_form_register.js
1 parent 08bd7bc commit f550f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/payola/subscription_form_register.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var PayolaRegistrationForm = {
22
initialize: function() {
33
$(document).off('submit.payola-register-form').on(
44
'submit.payola-register-form', '.payola-register-form',
5-
function() {
5+
function(e) {
66
e.preventDefault();
77
return PayolaRegistrationForm.handleSubmit($(this));
88
}

0 commit comments

Comments
 (0)