shouldn't actually need bibliography-Integration at all
This commit is contained in:
parent
41d8b7b341
commit
24654a8bce
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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<this.itemSet.items.length; i++) {
|
||||
var custom = this.itemSet.items[i].getProperty("bibliography-Integration");
|
||||
var custom = this.itemSet.items[i].getProperty("bibliography-RTF");
|
||||
if(custom !== "") {
|
||||
if(!bibliographyData.custom) bibliographyData.custom = {};
|
||||
bibliographyData.custom[this.itemSet.items[i].key] = custom;
|
||||
|
|
Loading…
Add table
Reference in a new issue