Remove lines from tagsbox.xml that are no longer used
This commit is contained in:
parent
520a2b061c
commit
3ef0b63c47
1 changed files with 0 additions and 8 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue