From 8aa060b755fd6b7376948f08395bdbcca788dbf1 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 7 Feb 2007 14:34:10 +0000 Subject: [PATCH] Fix collection delete error introduced by r1146 --- chrome/content/zotero/overlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 315fdc1c4..08fc274c6 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -510,7 +510,7 @@ var ZoteroPane = new function() this.itemsView.unregister(); } - this.clearQuicksearch(); + document.getElementById('zotero-tb-search').value = ""; if (this.collectionsView.selection.count == 1 && this.collectionsView.selection.currentIndex != -1) { var itemgroup = this.collectionsView._getItemAtRow(this.collectionsView.selection.currentIndex);