Add 1/4-second delay to advanced search autocomplete

This commit is contained in:
Dan Stillman 2008-12-24 14:57:37 +00:00
parent 1f18cc8275
commit 7e5eecae6e

View file

@ -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')
{