diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index b79578f881..da16443341 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -265,6 +265,36 @@ onget="return '(' + Zotero.getString('pane.item.defaultLastName') + ')'"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Test

'); + yield item.saveTx(); + + assert.equal(noteBox.noteField.value, '

Test

'); + }) + }) +})