More debugging info for access date issue

This commit is contained in:
Dan Stillman 2012-01-21 04:05:28 -05:00
parent fad4dc9969
commit 0a92a584d0

View file

@ -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,