forked from Techsystech/web
[IMP] slightly higher timeout
parent
21c2320dc4
commit
149cd41302
|
@ -84,7 +84,7 @@ openerp.web_search_autocomplete_prefetch = function(instance)
|
||||||
});
|
});
|
||||||
|
|
||||||
instance.web.search.AutoComplete.include({
|
instance.web.search.AutoComplete.include({
|
||||||
keypress_timeout: 200,
|
keypress_timeout: 350,
|
||||||
select_item: function()
|
select_item: function()
|
||||||
{
|
{
|
||||||
if(!this.current_result)
|
if(!this.current_result)
|
||||||
|
|
Loading…
Reference in New Issue