Skip to content

Commit

Permalink
Remove accidental 'false' in 20121b9
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed May 12, 2017
1 parent 20121b9 commit a92d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero/bindings/tagselector.xml
Expand Up @@ -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;
Expand Down

0 comments on commit a92d469

Please sign in to comment.