Fix Standalone startup
This commit is contained in:
parent
a20a6c86bc
commit
99007af1f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue