diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index a3d1098aa3..e562547cdf 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -651,8 +651,8 @@ Components.utils.import("resource://gre/modules/osfile.jsm"); yield Zotero.Promise.each( Zotero.Libraries.getAll(), library => Zotero.Promise.coroutine(function* () { + yield Zotero.SyncedSettings.loadAll(library.libraryID); if (library.libraryType != 'feed') { - yield Zotero.SyncedSettings.loadAll(library.libraryID); yield Zotero.Collections.loadAll(library.libraryID); yield Zotero.Searches.loadAll(library.libraryID); } diff --git a/translators b/translators index 4273554afc..e04633baea 160000 --- a/translators +++ b/translators @@ -1 +1 @@ -Subproject commit 4273554afc20fe593b30faa6196edac9e755a7fa +Subproject commit e04633baeaac2c62eddb4435e517ae7d51c89a73