diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 78f40cf41..1af503d16 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -70,7 +70,7 @@ // Regenerate list for (var tagID in tags){ var label = document.createElement('label'); - label.setAttribute('onclick', "this.parentNode.parentNode.parentNode.parentNode.handleTagClick(this)"); + label.setAttribute('onclick', "this.parentNode.parentNode.parentNode.handleTagClick(this)"); label.className = 'zotero-clicky'; label.setAttribute('value', tags[tagID]); tagsToggleDiv.appendChild(label);