Remove lines from tagsbox.xml that are no longer used

This commit is contained in:
Will S 2011-12-27 14:57:46 -05:00
parent 520a2b061c
commit 3ef0b63c47

View file

@ -432,14 +432,6 @@
if (saveChanges) {
if (id && newlinePresent != true) {
if (value) {
// If trying to replace with another existing tag
// (which causes a delete of the row),
// clear the tab direction so we don't advance
// when the notifier kicks in
var existing = Zotero.Tags.getID(value, 0);
if (existing && id != existing) {
// this._tabDirection = false;
}
var origTagIndex = this.item.getTagIndex(id);
var changed = tagsbox.replace(id, value);
if (changed) {