mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
Merge pull request #655 from aurimasv/csl-json-export
Regression from f0bd1e77ff
This commit is contained in:
commit
5285fadded
1 changed files with 1 additions and 1 deletions
|
|
@ -1532,7 +1532,7 @@ Zotero.Utilities = {
|
|||
var fields = CSL_TEXT_MAPPINGS[variable];
|
||||
for(var i=0, n=fields.length; i<n; i++) {
|
||||
var field = fields[i],
|
||||
value;
|
||||
value = null;
|
||||
|
||||
if(field in zoteroItem) {
|
||||
value = zoteroItem[field];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue