diff --git a/chrome/content/zotero/bindings/zoterosearch.xml b/chrome/content/zotero/bindings/zoterosearch.xml index 365654111..7fd085a0b 100644 --- a/chrome/content/zotero/bindings/zoterosearch.xml +++ b/chrome/content/zotero/bindings/zoterosearch.xml @@ -786,6 +786,7 @@ var textbox = document.getAnonymousNodes(this)[0]; textbox.setAttribute('type', 'autocomplete'); textbox.setAttribute('autocompletesearch', 'zotero'); + textbox.setAttribute('timeout', '250'); if (condition=='creator') {