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);