commit 0acaf22576fc9140a4359b8231e4c225a8d8421f parent ccae2e0b7c4c804bc48b2b4f0ee16117e466bcb2 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 13 Jul 2010 19:07:08 +0000 Fix Edit Bibliography window on trunk (related to Fx2/3 code removal) Diffstat:
| M | chrome/content/zotero/integration/editBibliographyDialog.xul | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/chrome/content/zotero/integration/editBibliographyDialog.xul b/chrome/content/zotero/integration/editBibliographyDialog.xul @@ -56,8 +56,7 @@ <hbox flex="1"> <vbox align="stretch" 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" onkeypress="if(event.keyCode == event.DOM_VK_ESCAPE) { this.value = ''; this.doCommand('cmd_zotero_search'); return false; } return true;"/> + <textbox id="zotero-tb-search" type="search" timeout="250" oncommand="onSearch()" dir="reverse" onkeypress="if(event.keyCode == event.DOM_VK_ESCAPE) { this.value = ''; this.doCommand('cmd_zotero_search'); return false; } return true;"/> </hbox> <hbox flex="1" style="margin-top: 5px"> <tree id="zotero-collections-tree"