Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantang committed Mar 12, 2024
1 parent 5e2a19d commit cc827ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/assets/js/search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
function getCheckboxHighlight() {
const searchOptions = document.querySelectorAll(".filter-condition");
if (!searchOptions) {
return false;
}
const selectedCheckboxes = [];
searchOptions[0].querySelectorAll('.filter-checkbox').forEach(checkbox => {
if (checkbox.checked) {
Expand Down

0 comments on commit cc827ab

Please sign in to comment.