Fix CR window for storage files (follow-up from d44eeb752b
)
This commit is contained in:
parent
54ba532ebd
commit
18cf6088b0
1 changed files with 1 additions and 0 deletions
|
@ -954,6 +954,7 @@ Zotero.Sync.Storage.Local = {
|
||||||
remoteItemJSON = remoteItemJSON.data;
|
remoteItemJSON = remoteItemJSON.data;
|
||||||
remoteItemJSON.dateModified = Zotero.Date.dateToISO(new Date(remoteItemJSON.mtime));
|
remoteItemJSON.dateModified = Zotero.Date.dateToISO(new Date(remoteItemJSON.mtime));
|
||||||
items.push({
|
items.push({
|
||||||
|
libraryID,
|
||||||
left: localItemJSON,
|
left: localItemJSON,
|
||||||
right: remoteItemJSON,
|
right: remoteItemJSON,
|
||||||
changes: [],
|
changes: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue