Skip to content

Commit

Permalink
Fix CSL Preview pane
Browse files Browse the repository at this point in the history
CSL Editor is being fixed in zotero#1149
  • Loading branch information
dstillman committed Jan 15, 2017
1 parent 008bcff commit 23f84d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/tools/cslpreview.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 23f84d7

Please sign in to comment.