www

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

commit 7c28c4789fceb10db3d7011de696c3d0a5ffcc7f
parent be166665e71c132a670c8195aab7128bffb5bd1d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  9 Mar 2011 23:08:03 +0000

Restore removed line


Diffstat:
Mchrome/content/zotero/selectItemsDialog.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/selectItemsDialog.js b/chrome/content/zotero/selectItemsDialog.js @@ -47,6 +47,7 @@ function doLoad() // Don't show Commons when citing collectionsView.showCommons = false; document.getElementById('zotero-collections-tree').view = collectionsView; + if(io.select) itemsView.selectItem(io.select); } function doUnload()