commit 7a6656ae5c10614983e29a292cf456d34814328f parent 4f2bcb15d5731b4684727d23515be43d7bd637d0 Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 25 Oct 2008 02:09:59 +0000 Fix error from previous commit Diffstat:
| M | chrome/content/zotero/xpcom/data/tag.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/data/tag.js b/chrome/content/zotero/xpcom/data/tag.js @@ -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);