Fix CR window for storage files (follow-up from d44eeb752b
)
This commit is contained in:
parent
54ba532ebd
commit
18cf6088b0
|
@ -954,6 +954,7 @@ Zotero.Sync.Storage.Local = {
|
|||
remoteItemJSON = remoteItemJSON.data;
|
||||
remoteItemJSON.dateModified = Zotero.Date.dateToISO(new Date(remoteItemJSON.mtime));
|
||||
items.push({
|
||||
libraryID,
|
||||
left: localItemJSON,
|
||||
right: remoteItemJSON,
|
||||
changes: [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user