don't double-wrap properties
This commit is contained in:
parent
cd7211da99
commit
2f5fc456c7
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ Zotero.Integration.Session.prototype.getCitationField = function(citation) {
|
|||
|
||||
var properties = JSON.stringify(citation.properties, saveProperties);
|
||||
if(properties != "{}") {
|
||||
field.push('"properties":{'+properties+"}");
|
||||
field.push('"properties":'+properties);
|
||||
}
|
||||
|
||||
var citationItems = [];
|
||||
|
|
Loading…
Reference in a new issue