mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Additional output for debugging tag problem
This commit is contained in:
parent
49593266e1
commit
5bc80d4cfe
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue