Fix open-in-library button in citation dialogs

This commit is contained in:
Dan Stillman 2019-11-10 16:13:08 -05:00
parent ba92d244aa
commit 18d7e833c9
2 changed files with 0 additions and 2 deletions

View file

@ -850,7 +850,6 @@ var Zotero_Citation_Dialog = new function () {
});
pane = win.ZoteroPane;
}
pane.show();
pane.selectItem(id);
// Pull window to foreground

View file

@ -1380,7 +1380,6 @@ var Zotero_QuickFormat = new function () {
});
pane = win.ZoteroPane;
}
pane.show();
pane.selectItem(id);
// Pull window to foreground