Skip to content

Commit

Permalink
Merge pull request #3710 from kmbn/autocomplete
Browse files Browse the repository at this point in the history
[#3693] Make autocomplete more responsive
  • Loading branch information
wardi committed Jul 20, 2017
2 parents c31fa06 + 3fc8c21 commit 0d65d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/javascript/modules/autocomplete.js
Expand Up @@ -24,7 +24,7 @@ this.ckan.module('autocomplete', function (jQuery) {
label: false,
items: 10,
source: null,
interval: 1000,
interval: 300,
dropdownClass: '',
containerClass: ''
},
Expand Down

0 comments on commit 0d65d28

Please sign in to comment.