Fix saving of automatically merged remote changes during sync

This commit is contained in:
Dan Stillman 2016-07-19 02:27:38 -04:00
parent 2857f85656
commit 66ca2cfda2

View file

@ -703,7 +703,7 @@ Zotero.Sync.Data.Local = {
}
jsonDataLocal[x] = jsonData[x];
})
jsonData = jsonDataLocal;
jsonObject.data = jsonDataLocal;
}
}
// Object doesn't exist locally