From 58bfd33556e08fa78e7724c320662ae4e99748cc Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Sat, 6 Nov 2010 04:07:04 +0000 Subject: [PATCH] fix attaching notes and tags --- .../zotero/xpcom/translation/item_local.js | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/chrome/content/zotero/xpcom/translation/item_local.js b/chrome/content/zotero/xpcom/translation/item_local.js index fac46a93b..e95e18213 100644 --- a/chrome/content/zotero/xpcom/translation/item_local.js +++ b/chrome/content/zotero/xpcom/translation/item_local.js @@ -417,12 +417,15 @@ Zotero.Translate.ItemSaver.prototype = { }, "_saveNotes":function(item, parentID) { - for each(var note in item.notes) { + Zotero.debug(item.notes); + for(var i=0; i