From 24654a8bceed0a5f4d7ecdfaa14e6dde10e906e4 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 4 Apr 2009 07:10:29 +0000 Subject: [PATCH] shouldn't actually need bibliography-Integration at all --- chrome/content/zotero/editBibliographyDialog.js | 1 - chrome/content/zotero/xpcom/integration.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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