From d881d4a6473fe9b5e72d9ecab48b8fde450f6149 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 14 Mar 2015 18:54:25 -0400 Subject: [PATCH] Fix a bug saving attachments to items with notes via the server --- chrome/content/zotero/xpcom/connector/translate_item.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chrome/content/zotero/xpcom/connector/translate_item.js b/chrome/content/zotero/xpcom/connector/translate_item.js index dd7c07c01c..0918562f90 100644 --- a/chrome/content/zotero/xpcom/connector/translate_item.js +++ b/chrome/content/zotero/xpcom/connector/translate_item.js @@ -175,13 +175,14 @@ Zotero.Translate.ItemSaver.prototype = { * attachmentCallback() will be called with all attachments that will be saved */ "_saveToServer":function(items, callback, attachmentCallback) { - var newItems = [], typedArraysSupported = false; + var newItems = [], itemIndices = [], typedArraysSupported = false; try { typedArraysSupported = !!(new Uint8Array(1) && new Blob()); } catch(e) {} for(var i=0, n=items.length; i