www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e5c1f5a70bb7c3f069b3c11627be08e4cbfaf5eb
parent e200fd154c4fc7a328518f74a65402f082358ae4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 29 Jan 2009 23:03:13 +0000

Addresses #513, Deleted Items folder

Hide restore button when no items are selected


Diffstat:
Mchrome/content/zotero/overlay.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js @@ -833,6 +833,9 @@ var ZoteroPane = new function() = !this.itemsView._itemGroup.isTrash() || _nonDeletedItemsSelected(this.itemsView); } + else { + document.getElementById('zotero-item-restore-button').hidden = true; + } var tabs = document.getElementById('zotero-view-tabs');