www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d894fdb1d445f02aa8ee1f46f9fc3ee0cbb71462
parent 0fd0da29039e9127dd930f52446dc904a32b5942
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon,  1 Dec 2014 17:12:07 -0500

Fix citation list generation via right-click and quick copy

Broken by 523724185

Not sure if cslEngine.opt.class is a safe way to get the class. @fbennett?

Diffstat:
Mchrome/content/zotero/xpcom/cite.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -80,7 +80,7 @@ Zotero.Cite = { if(bibliography) return bibliography; } - var styleClass = style.class; + var styleClass = cslEngine.opt.class; var citations = [cslEngine.appendCitationCluster({"citationItems":[{"id":item.id}], "properties":{}}, true)[0][1] for each(item in items)];