Ticket #1818: styleid.patch
| File styleid.patch, 565 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; 2011 2013 2012 2014 // if there's already a citation, make sure we have item IDs in addition to keys 2013 2015 if(citation) {