Fix error in Related Items dialog

This commit is contained in:
Dan Stillman 2010-08-02 21:32:11 +00:00
parent 253ab1e86a
commit 6ea7e3dd65

View file

@ -47,8 +47,7 @@
<vbox id="zotero-select-items-container" flex="1">
<hbox align="center" pack="end">
<label value="&zotero.toolbar.search.label;" control="zotero-tb-search"/>
<textbox id="zotero-tb-search" type="timed" timeout="250" oncommand="onSearch()" dir="reverse"
<textbox id="zotero-tb-search" type="search" timeout="250" oncommand="onSearch()" dir="reverse"
onkeypress="if(event.keyCode == event.DOM_VK_ESCAPE) { if (this.value == '') { cancelDialog(); return false; } this.value = ''; this.doCommand('cmd_zotero_search'); return false; } return true;"/>
</hbox>