Fix CSL Preview pane

CSL Editor is being fixed in #1149
This commit is contained in:
Dan Stillman 2017-01-15 02:46:03 -05:00
parent 008bcff8a0
commit 23f84d796f

View File

@ -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) {