From 18d7e833c9da7b5b3064b5454d19929b8f0f522b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 10 Nov 2019 16:13:08 -0500 Subject: [PATCH] Fix open-in-library button in citation dialogs --- chrome/content/zotero/integration/addCitationDialog.js | 1 - chrome/content/zotero/integration/quickFormat.js | 1 - 2 files changed, 2 deletions(-) diff --git a/chrome/content/zotero/integration/addCitationDialog.js b/chrome/content/zotero/integration/addCitationDialog.js index 341a8cd962..b5221dbcab 100644 --- a/chrome/content/zotero/integration/addCitationDialog.js +++ b/chrome/content/zotero/integration/addCitationDialog.js @@ -850,7 +850,6 @@ var Zotero_Citation_Dialog = new function () { }); pane = win.ZoteroPane; } - pane.show(); pane.selectItem(id); // Pull window to foreground diff --git a/chrome/content/zotero/integration/quickFormat.js b/chrome/content/zotero/integration/quickFormat.js index bc9fc773ae..48ea4009e1 100644 --- a/chrome/content/zotero/integration/quickFormat.js +++ b/chrome/content/zotero/integration/quickFormat.js @@ -1380,7 +1380,6 @@ var Zotero_QuickFormat = new function () { }); pane = win.ZoteroPane; } - pane.show(); pane.selectItem(id); // Pull window to foreground