Commit 67d35171 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_autocompletion_ui: Increase delay before searching from 300ms (default)...

erp5_autocompletion_ui: Increase delay before searching from 300ms (default) to 600ms, this should be enough...
parent e3636063
...@@ -76,7 +76,8 @@ $(function() {\n ...@@ -76,7 +76,8 @@ $(function() {\n
* });\n * });\n
*/\n */\n
$.fn.ERP5Autocomplete = function(kw) {\n $.fn.ERP5Autocomplete = function(kw) {\n
return this.autocomplete({source: generateSource(kw)});\n return this.autocomplete({source: generateSource(kw),\n
delay: 600});\n
};\n };\n
});\n });\n
</tal:block>\n </tal:block>\n
......
2014-01-27 arnaud.fontaine
* Increase delay before searching from 300ms (default) to 600ms, this should be enough...
2014-01-27 arnaud.fontaine 2014-01-27 arnaud.fontaine
* Serialization of array was broken with ERP5. * Serialization of array was broken with ERP5.
......
9 10
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment