diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index b4439fcca8..36f43ff127 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -268,7 +268,7 @@ // Otherwise just update based on visibility else { // If only a few tags, regenerate buttons from scratch - if (false && this.filterToScope && Object.keys(this.scope).length <= 100) { + if (this.filterToScope && Object.keys(this.scope).length <= 100) { // If full set is currently displayed, store it for later if (!this._tagsDiv) { this._tagsDiv = tagsBox.firstChild;