diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 756332d57..7513a7ca9 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -181,7 +181,6 @@ // If the last tag was the same, add this tagID and tagType to it if (tagsToggleBox.lastChild && tagsToggleBox.lastChild.getAttribute('value') == this._tags[tagID].tag) { - Zotero.debug(this._tags[tagID].tag); tagsToggleBox.lastChild.setAttribute('tagID', tagsToggleBox.lastChild.getAttribute('tagID') + '-' + tagID); tagsToggleBox.lastChild.setAttribute('tagType', tagsToggleBox.lastChild.getAttribute('tagType') + '-' + this._tags[tagID].type); continue; @@ -654,7 +653,7 @@ - diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index cff4f2719..aaeca1a3e 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -57,6 +57,7 @@ +