Skip to content

Commit

Permalink
Merge pull request #823 from wmde/member-confirm-sepa
Browse files Browse the repository at this point in the history
Rename selector
  • Loading branch information
KaiNissen committed Feb 7, 2017
2 parents eba7b4a + c69f4ae commit 8852a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/res/js/membershipForm.js
Expand Up @@ -35,7 +35,7 @@ $( function () {
bankNameDisplayElement: $( '#bank-name' ),
debitTypeElement: $( '.debit-type-select' )
} ),
WMDE.Components.createValidatingCheckboxComponent( store, $( '#confirmSepa' ), 'confirmSepa' )
WMDE.Components.createValidatingCheckboxComponent( store, $( '#confirm_sepa' ), 'confirmSepa' )
],
store,
'membershipFormContent'
Expand Down

0 comments on commit 8852a98

Please sign in to comment.