diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 705d03f99..bce5330a6 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1860,6 +1860,12 @@ this._modifyField(fieldName, value, this.saveOnEdit); + if (fieldName == 'accessDate') { + Zotero.debug('========'); + Zotero.debug(value); + Zotero.debug(this.item.getField(fieldName)); + } + elem = this.createValueElement( this.item.getField(fieldName), fieldName,