www

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

commit 99007af1f9895352c9c2221fb1f7555f92e60138
parent a20a6c86bcac9ca971032563ee1b238b0e027ea2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun,  7 Feb 2016 01:51:07 -0500

Fix Standalone startup

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

diff --git a/chrome/content/zotero/standalone/standalone.js b/chrome/content/zotero/standalone/standalone.js @@ -37,7 +37,7 @@ const ZoteroStandalone = new function() { if(!Zotero) { throw true; } - if(Zotero.initializationZotero.Promise.isPending()) { + if(Zotero.initializationPromise.isPending()) { Zotero.showZoteroPaneProgressMeter(); } return Zotero.initializationPromise;