Remove accidental 'false' in 20121b9b9
This commit is contained in:
parent
20121b9b97
commit
a92d469466
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue