diff --git a/chrome/content/zotero/xpcom/storage/zfs.js b/chrome/content/zotero/xpcom/storage/zfs.js index 04cca4cb89..5d7828463b 100644 --- a/chrome/content/zotero/xpcom/storage/zfs.js +++ b/chrome/content/zotero/xpcom/storage/zfs.js @@ -580,7 +580,7 @@ Zotero.Sync.Storage.Mode.ZFS.prototype = { var wm = Components.classes["@mozilla.org/appshell/window-mediator;1"] .getService(Components.interfaces.nsIWindowMediator); var win = wm.getMostRecentWindow("navigator:browser"); - win.ZoteroPane.loadURI(url); + win.ZoteroPane.loadURI(url, { metaKey: true, ctrlKey: true, shiftKey: true }); } }