Browse Source

[IMP] slightly higher timeout

pull/1030/head
Holger Brunn 7 years ago
parent
commit
149cd41302
No known key found for this signature in database GPG Key ID: 1C9760FECA3AE18
  1. 2
      web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js

2
web_search_autocomplete_prefetch/static/src/js/web_search_autocomplete_prefetch.js

@ -84,7 +84,7 @@ openerp.web_search_autocomplete_prefetch = function(instance)
});
instance.web.search.AutoComplete.include({
keypress_timeout: 200,
keypress_timeout: 350,
select_item: function()
{
if(!this.current_result)

Loading…
Cancel
Save