diff --git a/chrome/content/zotero/editBibliographyDialog.js b/chrome/content/zotero/editBibliographyDialog.js index 14c4045d6..7d0d71c31 100644 --- a/chrome/content/zotero/editBibliographyDialog.js +++ b/chrome/content/zotero/editBibliographyDialog.js @@ -138,7 +138,6 @@ var Zotero_Bibliography_Dialog = new function () { if(_lastSelectedItem && editor.value != _originalBibEntry) { Zotero.debug("setting bibliography for "+_lastSelectedItem.getID()+" to "+editor.value); - _lastSelectedItem.setProperty("bibliography-Integration", editor.value); _lastSelectedItem.setProperty("bibliography-RTF", editor.value); } diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 68ae35b2a..7170b47f1 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -1557,7 +1557,7 @@ Zotero.Integration.Session.prototype.getBibliographyData = function() { // look for custom bibliography entries if(this.itemSet.items.length) { for(var i=0; i