Skip to content

Commit 6cef370

Browse files
committed
MC-41896: Fix jQuery submit calls
1 parent ffc33ae commit 6cef370

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/block-submit-on-send.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ define([
2020
}
2121
this.isValid = true;
2222
});
23-
dataForm.trigger('submit');
2423
dataForm.bind('invalid-form.validate', function () {
2524
$(this).find(':submit').prop('disabled', false);
2625
this.isValid = false;

0 commit comments

Comments
 (0)