Fix error from previous commit

This commit is contained in:
Dan Stillman 2008-10-25 02:09:59 +00:00
parent 4f2bcb15d5
commit 7a6656ae5c

View file

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