Additional output for debugging tag problem

This commit is contained in:
Dan Stillman 2008-09-05 06:00:03 +00:00
parent 49593266e1
commit 5bc80d4cfe

View file

@ -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);
}