Remove Zotero.Item.prototype.addTags
Can use addTag() or setTags() Addresses #735
This commit is contained in:
parent
8a0b4d92a6
commit
f71140da64
|
@ -3327,11 +3327,6 @@ Zotero.Item.prototype.addTag = function (name, type) {
|
|||
}
|
||||
|
||||
|
||||
Zotero.Item.prototype.addTags = function (tags) {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Replace an existing tag with a new manual tag
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user