Show sync error about embedded images in notes for attachment notes too

This commit is contained in:
Dan Stillman 2017-11-30 23:50:34 -05:00
parent 6970556dbd
commit b397ee2281

View file

@ -1111,7 +1111,7 @@ Zotero.Sync.Runner_Module = function (options = {}) {
});
}
// Note too long
else if (object.isNote()) {
else if (object.isNote() || object.isAttachment()) {
// Throw an error that adds a button for selecting the item to the sync error dialog
if (e.message.includes('<img src="data:image')) {
// TODO: Localize