www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b397ee22811f9c97619f37f7abbc9427299d2e8d
parent 6970556dbdd93fb301b1ec38da30afc173722ec2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 30 Nov 2017 23:50:34 -0500

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

Diffstat:
Mchrome/content/zotero/xpcom/sync/syncRunner.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -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