mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-03-13 13:28:21 +00:00
Update content/_index.md
Co-authored-by: Steven Hall <Hallzy.18@gmail.com>
This commit is contained in:
parent
10b9f8fbc3
commit
37a50abea3
@ -34,7 +34,12 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
|
||||
clearSearch.addEventListener('click', e => {
|
||||
search.value = ''
|
||||
rec.forEach(el => el.hidden = false)
|
||||
rec.forEach(el => {
|
||||
el.hidden = false
|
||||
el.classList.remove('matched-recipe');
|
||||
})
|
||||
|
||||
ul.classList.remove('is-filtered');
|
||||
artlist.classList.remove('list-searched') ;
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user