From 7c28c4789fceb10db3d7011de696c3d0a5ffcc7f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 9 Mar 2011 23:08:03 +0000 Subject: [PATCH] Restore removed line --- chrome/content/zotero/selectItemsDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/selectItemsDialog.js b/chrome/content/zotero/selectItemsDialog.js index d75c54ae9..febbdfdd8 100644 --- 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()