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];
|
||||
textbox.setAttribute('type', 'autocomplete');
|
||||
textbox.setAttribute('autocompletesearch', 'zotero');
|
||||
textbox.setAttribute('timeout', '250');
|
||||
|
||||
if (condition=='creator')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue