commit 23f84d796fcf6b56d7c1cbb9221b1c4513499db5
parent 008bcff8a0c2ba807cc6232b6f1115567eb59526
Author: Dan Stillman <dstillman@zotero.org>
Date: Sun, 15 Jan 2017 02:46:03 -0500
Fix CSL Preview pane
CSL Editor is being fixed in #1149
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 = '<html><head><title></title></head><body>';
for (let style of styles) {