Open Vaccano opened 8 years ago
$(this.element).submit(event => {console.log('Submitted')}
Submitted gets logged twice. Once by JQuery catching submit. And once by verify.js sending the submit again.
verify.js
Submitted gets logged twice. Once by JQuery catching submit. And once by
verify.js
sending the submit again.