Fix tag pane refresh after adding tag to item

This commit is contained in:
Dan Stillman 2008-06-17 07:08:13 +00:00
parent 9bf8333ea8
commit d5756c1168

View File

@ -397,7 +397,7 @@ Zotero.Tag.prototype.save = function () {
//Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID); //Zotero.Notifier.trigger('add', 'tag-item', this.id + '-' + itemID);
// TODO: notify linked items of name changes? // TODO: notify linked items of name changes?
// Zotero.Notifier.trigger('modify', 'item', itemIDs); Zotero.Notifier.trigger('modify', 'item', removed.concat(newids));
} }
Zotero.DB.commitTransaction(); Zotero.DB.commitTransaction();