From 32ea7cfbb51f0875b6c1e72b9090bbeb89d9d26c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Fri, 14 Oct 2016 12:10:15 +0300 Subject: [PATCH] Fix tag selector errors due to unloaded feed synced settings --- chrome/content/zotero/xpcom/zotero.js | 2 +- translators | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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