Skip to content

Commit 33c7329

Browse files
authored
Merge pull request #339 from magento-trigger/AC-117
AC-117: Synchronous XMLHttpRequest warning message
2 parents 0cad20c + 3ee852c commit 33c7329

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Captcha/view/frontend/web/js/action/refresh.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ define([
1212
return $.ajax({
1313
url: urlBuilder.build(refreshUrl),
1414
type: 'POST',
15-
async: false,
1615
data: JSON.stringify({
1716
'formId': formId
1817
}),

app/code/Magento/Captcha/view/frontend/web/js/captcha.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ define([
4242
$.ajax({
4343
url: this.options.url,
4444
type: 'post',
45-
async: false,
4645
dataType: 'json',
4746
context: this,
4847
data: {

0 commit comments

Comments
 (0)