Skip to content

Commit 4f36498

Browse files
committed
code standard elslint fixes AC-12714
1 parent 76efd53 commit 4f36498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ define([
1313
var dataForm = $('#' + config.formId);
1414

1515
dataForm.on('submit', function () {
16-
$('#'+ this.id + ' div.mage-error').remove();
16+
$('#' + this.id + ' div.mage-error').remove();
1717
$(this).find(':submit').attr('disabled', 'disabled');
1818

1919
if (this.isValid === false) {

0 commit comments

Comments
 (0)