Ticket #1818: csl-feedback.patch
| File csl-feedback.patch, 680 bytes (added by fbennett, 5 years ago) |
|---|
-
chrome/content/zotero/xpcom/integration.js
2008 2008 Zotero.Integration.Session.prototype.editCitation = function(index, noteIndex, citation) { 2009 2009 var me = this; 2010 2010 var io = new function() { this.wrappedJSObject = this; } 2011 2012 io.styleID = me.styleID; 2013 io.citationByIndex = me.style.registry.citationreg.citationByIndex; 2014 io.registry = me.style.registry.registry; 2011 2015 2012 2016 // if there's already a citation, make sure we have item IDs in addition to keys 2013 2017 if(citation) {