Fix CR window for storage files (follow-up from d44eeb752b)

This commit is contained in:
Dan Stillman 2016-07-07 05:45:01 -04:00
parent 54ba532ebd
commit 18cf6088b0

View File

@ -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: [],