Update autocomplete.js

This commit is contained in:
Randy808 2018-05-23 06:59:16 -10:00 committed by GitHub
parent d20b932fd7
commit 57a6425aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,7 +391,6 @@ $.widget( "ui.autocomplete", {
xhrFields: { xhrFields: {
withCredentials: true withCredentials: true
}, },
crossDomain: true,
data: request, data: request,
dataType: "json", dataType: "json",
success: function( data ) { success: function( data ) {