diff --git a/chrome/content/zotero/tools/cslpreview.js b/chrome/content/zotero/tools/cslpreview.js index 036eda4a9..5482d2c06 100644 --- a/chrome/content/zotero/tools/cslpreview.js +++ b/chrome/content/zotero/tools/cslpreview.js @@ -53,7 +53,7 @@ var Zotero_CSL_Preview = new function() { progressWin.show(); progressWin.startCloseTimer(); var f = function() { - var styles = Zotero.Styles.getAll(); + var styles = Zotero.Styles.getVisible(); // XXX needs its own string really for the title! var str = ''; for (let style of styles) {