www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e5bf7eff214f730950153ca131cd064393c39859
parent 6d6afdd706a82d45303f27e0beb4f5b3fbc59e13
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 27 Apr 2016 03:15:10 -0400

Open account settings in new tab from quota message

Diffstat:
Mchrome/content/zotero/xpcom/storage/zfs.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 }); } }