www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 7e5eecae6e3550c09e7ab690fca317d3be8abccd
parent 1f18cc8275d81a5e1347040ba1a0d9c2c8a804e8
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 24 Dec 2008 14:57:37 +0000

Add 1/4-second delay to advanced search autocomplete


Diffstat:
Mchrome/content/zotero/bindings/zoterosearch.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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') {