diff --git a/chrome/content/zotero/preferences/preferences_cite.js b/chrome/content/zotero/preferences/preferences_cite.js index 99c8f6f28..e48784100 100644 --- a/chrome/content/zotero/preferences/preferences_cite.js +++ b/chrome/content/zotero/preferences/preferences_cite.js @@ -58,6 +58,7 @@ Zotero_Preferences.Cite = { treechildren.removeChild(treechildren.firstChild); } + yield Zotero.Styles.init(); var styles = Zotero.Styles.getVisible(); var selectIndex = false; styles.forEach(function (style, i) {