mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] slightly higher timeout
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user