From 23f84d796fcf6b56d7c1cbb9221b1c4513499db5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sun, 15 Jan 2017 02:46:03 -0500 Subject: [PATCH] Fix CSL Preview pane CSL Editor is being fixed in #1149 --- chrome/content/zotero/tools/cslpreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {