From a92d4694669aef828381d59bf9650995f8f3310d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 12 May 2017 06:15:50 -0400 Subject: [PATCH] Remove accidental 'false' in 20121b9b9 --- chrome/content/zotero/bindings/tagselector.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index b4439fcca..36f43ff12 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;