Merge pull request #670 from Neradoc/patch-1

update the URL with feature filters
This commit is contained in:
Melissa LeBlanc-Williams 2021-04-13 08:24:57 -07:00 committed by GitHub
commit 04c9e1266f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -220,7 +220,7 @@ function setupFilterListeners() {
removeFilterTag('feature', checkbox.value);
}
}
setURL('features', downloadsSearch.selected.manufacturers);
setURL('features', downloadsSearch.selected.features);
filterResults();
}
});