From 0a92a584d0dbde28cc778d40fa097137bef467fb Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 21 Jan 2012 04:05:28 -0500 Subject: [PATCH] More debugging info for access date issue --- chrome/content/zotero/bindings/itembox.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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,