www

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

commit 5bc80d4cfe0aefec92727c47ceb454da1eb44d85
parent 49593266e1f5c09cba55484091b01a22d25c93b6
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri,  5 Sep 2008 06:00:03 +0000

Additional output for debugging tag problem


Diffstat:
Mchrome/content/zotero/xpcom/data/item.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -3066,6 +3066,8 @@ Zotero.Item.prototype.clone = function(includePrimary) { } if (obj.tags) { + Zotero.debug('============================='); + Zotero.debug(obj.tags); for each(var tag in obj.tags) { newItem.addTagByID(tag.id); }