Merge pull request #16806 from jdevalk/patch-1

Increase delay for json_search_customers
This commit is contained in:
Mike Jolley 2017-09-14 11:29:20 -07:00 committed by GitHub
commit 48e4bf7577
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ jQuery( function( $ ) {
ajax: {
url: wc_enhanced_select_params.ajax_url,
dataType: 'json',
delay: 250,
delay: 1000,
data: function( params ) {
return {
term: params.term,