Wait for Zotero.Searches initialization

This commit is contained in:
Dan Stillman 2015-04-16 17:46:29 -04:00
parent 51c7ae6e5c
commit 1952fbccd4

View file

@ -603,7 +603,7 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
Zotero.Collections.init();
Zotero.Items.init();
Zotero.Searches.init();
yield Zotero.Searches.init();
Zotero.Groups.init();
yield Zotero.QuickCopy.init();