remove for fix

This commit is contained in:
Luke Smith 2022-05-26 19:36:18 -04:00
parent a8e63a687f
commit b56c306eff
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -48,7 +48,6 @@ document.addEventListener('DOMContentLoaded', () => {
el.classList.remove('matched-recipe');
})
ul.classList.remove('is-filtered');
artlist.classList.remove('list-searched') ;
})
})