Add 1/4-second delay to advanced search autocomplete
This commit is contained in:
parent
1f18cc8275
commit
7e5eecae6e
1 changed files with 1 additions and 0 deletions
|
@ -786,6 +786,7 @@
|
||||||
var textbox = document.getAnonymousNodes(this)[0];
|
var textbox = document.getAnonymousNodes(this)[0];
|
||||||
textbox.setAttribute('type', 'autocomplete');
|
textbox.setAttribute('type', 'autocomplete');
|
||||||
textbox.setAttribute('autocompletesearch', 'zotero');
|
textbox.setAttribute('autocompletesearch', 'zotero');
|
||||||
|
textbox.setAttribute('timeout', '250');
|
||||||
|
|
||||||
if (condition=='creator')
|
if (condition=='creator')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue