Skip to content

Commit

Permalink
Issue 60 - add extra
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohas committed Nov 15, 2020
1 parent 8aec8fe commit 105cec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zotero-edtechhub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $patch$(Zotero.Items, 'merge', original => async function(item, otherItems) {
const itemExtra = item.getField('extra')
const itemExtraOld = otherItems.map(i => i.getField('extra')).join('<br>')
history += `<p>item.extra:</td><td>${itemExtra}</p>\n`
history += `<p>itemOLD.extraKey:</td>${itemExtraOld}<td></p>\n`
history += `<p>itemOLD.extra:</td>${itemExtraOld}<td></p>\n`
history += '</div>\n'
} catch (err) {
debug('merge-alsoKnownAs: error=', err)
Expand Down

0 comments on commit 105cec9

Please sign in to comment.