Fix error from previous commit
This commit is contained in:
parent
4f2bcb15d5
commit
7a6656ae5c
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ Zotero.Tag.prototype.erase = function () {
|
|||
itemTags.push(itemID + '-' + this.id);
|
||||
}
|
||||
|
||||
this.unload(this.id);
|
||||
Zotero.Tags.unload(this.id);
|
||||
|
||||
Zotero.Notifier.trigger('remove', 'item-tag', itemTags);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue