Skip to content

Commit

Permalink
Show sync error about embedded images in notes for attachment notes too
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Dec 1, 2017
1 parent 6970556 commit b397ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/xpcom/sync/syncRunner.js
Expand Up @@ -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
Expand Down

0 comments on commit b397ee2

Please sign in to comment.