From b8fe15ed634acff1085ba834eec6f4b9d19bcb01 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 22 Mar 2015 16:20:30 -0400 Subject: [PATCH] Properly reinitialize styles after repo update --- chrome/content/zotero/xpcom/schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/schema.js b/chrome/content/zotero/xpcom/schema.js index fa1aa449b..14c0c682e 100644 --- a/chrome/content/zotero/xpcom/schema.js +++ b/chrome/content/zotero/xpcom/schema.js @@ -1602,7 +1602,7 @@ Zotero.Schema = new function(){ // Rebuild caches yield Zotero.Translators.reinit(); - Zotero.Styles.init(); + yield Zotero.Styles.reinit(); } catch (e) { Zotero.debug(e, 1);