diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js index 8dffd00db..3071346c4 100644 --- a/chrome/content/zotero/overlay.js +++ b/chrome/content/zotero/overlay.js @@ -315,7 +315,7 @@ var ZoteroOverlay = new function() } else { // Zotero is running in the pane if(setMode === false) return; // close Zotero pane - this.toggleDisplay(); + this.toggleDisplay(false); // open Zotero tab this.isTab = true; diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul index 5d916ef46..c67af25c8 100644 --- a/chrome/content/zotero/preferences/preferences.xul +++ b/chrome/content/zotero/preferences/preferences.xul @@ -572,7 +572,7 @@ To add a new preference: -