commit 0a92a584d0dbde28cc778d40fa097137bef467fb parent fad4dc996973739403e4f602461028aa44a8343d Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 21 Jan 2012 04:05:28 -0500 More debugging info for access date issue Diffstat:
| M | chrome/content/zotero/bindings/itembox.xml | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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,