Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-gagnon committed Jan 31, 2024
2 parents 8601c80 + f5c8e35 commit 48887c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CSL JSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ function importNext(data, resolve, reject) {
d.type = 'article';
}

ZU.itemFromCSLJSON(item, d);
// fourth argument turns on portable JSON conversion.
ZU.itemFromCSLJSON(item, d, null, true);
item.attachments = [];
item.tags = [];
if (d.attachments && d.attachments.length) {
Expand Down

0 comments on commit 48887c0

Please sign in to comment.