From 18cf6088b0d737c20717c3f66982ed0b55d49e67 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 7 Jul 2016 05:45:01 -0400 Subject: [PATCH] Fix CR window for storage files (follow-up from d44eeb752b) --- chrome/content/zotero/xpcom/storage/storageLocal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/storage/storageLocal.js b/chrome/content/zotero/xpcom/storage/storageLocal.js index eed9aeeea..e2c83d303 100644 --- a/chrome/content/zotero/xpcom/storage/storageLocal.js +++ b/chrome/content/zotero/xpcom/storage/storageLocal.js @@ -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: [],