Fix attachment file mtime in right pane
This commit is contained in:
parent
ab36dda6e7
commit
cb6fae694c
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@
|
|||
if (this.displayDateModified) {
|
||||
this._id("dateModified-label").value = Zotero.getString('itemFields.dateModified')
|
||||
+ Zotero.getString('punctuation.colon');
|
||||
var mtime = this.item.attachmentModificationTime;
|
||||
var mtime = yield this.item.attachmentModificationTime;
|
||||
if (mtime) {
|
||||
this._id("dateModified").value = new Date(mtime).toLocaleString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue