make filters into a <nav>
This commit is contained in:
parent
8af4dac3ec
commit
739cc49c0c
2 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ function clear(e) {
|
|||
}
|
||||
|
||||
function resetForm() {
|
||||
document.getElementById('filters').reset();
|
||||
allBoxes.forEach(b => b.checked = b.defaultChecked);
|
||||
}
|
||||
|
||||
function reset(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue