diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index b79578f88..da1644334 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

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