Skip to content

Commit

Permalink
Merge pull request #339 from magento-trigger/AC-117
Browse files Browse the repository at this point in the history
AC-117: Synchronous XMLHttpRequest warning message
  • Loading branch information
Rrego6 authored Oct 28, 2021
2 parents 0cad20c + 3ee852c commit 33c7329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ define([
return $.ajax({
url: urlBuilder.build(refreshUrl),
type: 'POST',
async: false,
data: JSON.stringify({
'formId': formId
}),
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/Captcha/view/frontend/web/js/captcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ define([
$.ajax({
url: this.options.url,
type: 'post',
async: false,
dataType: 'json',
context: this,
data: {
Expand Down

0 comments on commit 33c7329

Please sign in to comment.