Fix error in Related Items dialog
This commit is contained in:
parent
253ab1e86a
commit
6ea7e3dd65
|
@ -47,8 +47,7 @@
|
||||||
<vbox id="zotero-select-items-container" flex="1">
|
<vbox id="zotero-select-items-container" flex="1">
|
||||||
|
|
||||||
<hbox align="center" pack="end">
|
<hbox align="center" pack="end">
|
||||||
<label value="&zotero.toolbar.search.label;" control="zotero-tb-search"/>
|
<textbox id="zotero-tb-search" type="search" timeout="250" oncommand="onSearch()" dir="reverse"
|
||||||
<textbox id="zotero-tb-search" type="timed" 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;"/>
|
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>
|
</hbox>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user