commit a92d4694669aef828381d59bf9650995f8f3310d
parent 20121b9b975424fdb7a32a806289d1983a040cb2
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 12 May 2017 06:15:50 -0400
Remove accidental 'false' in 20121b9b9
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;