www

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

commit 823a9b08f272c4abe460f232e48469afeaaf503c
parent d359974bb7e8fd526087b8cac0ced823155f4ff4
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 13 Jan 2011 23:53:32 +0000

Open "New Group" page in browser from Standalone


Diffstat:
Mchrome/content/zotero/overlay.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js @@ -838,8 +838,7 @@ var ZoteroPane = new function() if (this.isFullScreen()) { this.toggleDisplay(); } - - window.loadURI(Zotero.Groups.addGroupURL); + this.loadURI(Zotero.Groups.addGroupURL); }