commit 3ef0b63c4767b1f1a88a1d1e3a897ca98b909f20 parent 520a2b061c1a1ea44dd298f3c7ba35900b3e1b46 Author: Will S <terribleangel@gmail.com> Date: Tue, 27 Dec 2011 14:57:46 -0500 Remove lines from tagsbox.xml that are no longer used Diffstat:
| M | chrome/content/zotero/bindings/tagsbox.xml | | | 8 | -------- |
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git 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) {