From 3ef0b63c4767b1f1a88a1d1e3a897ca98b909f20 Mon Sep 17 00:00:00 2001 From: Will S Date: Tue, 27 Dec 2011 14:57:46 -0500 Subject: [PATCH] Remove lines from tagsbox.xml that are no longer used --- chrome/content/zotero/bindings/tagsbox.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index 375e42a8f..2ca4cd030 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -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) {