diff --git a/ui/widgets/autocomplete.js b/ui/widgets/autocomplete.js index 538c38a5b..eb8f75fe0 100644 --- a/ui/widgets/autocomplete.js +++ b/ui/widgets/autocomplete.js @@ -389,9 +389,9 @@ $.widget( "ui.autocomplete", { that.xhr = $.ajax( { url: url, xhrFields: { - withCredentials: true - }, - crossDomain: true, + withCredentials: true + }, + crossDomain: true, data: request, dataType: "json", success: function( data ) {