Ticket #1818: styleid.patch

File styleid.patch, 565 bytes (added by fbennett, 5 years ago)
  • chrome/content/zotero/xpcom/integration.js

     
    20082008Zotero.Integration.Session.prototype.editCitation = function(index, noteIndex, citation) { 
    20092009        var me = this; 
    20102010        var io = new function() { this.wrappedJSObject = this; } 
     2011 
     2012        io.styleID = me.styleID; 
    20112013         
    20122014        // if there's already a citation, make sure we have item IDs in addition to keys 
    20132015        if(citation) {