mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-26 12:53:01 +00:00
redundant
This commit is contained in:
@@ -32,7 +32,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
|
|
||||||
el.hidden = !isMatch
|
el.hidden = !isMatch
|
||||||
el.classList.toggle('matched-recipe', isMatch && searchText.length !== 0);
|
el.classList.toggle('matched-recipe', isMatch && searchText.length !== 0);
|
||||||
artlist.classList.add('list-searched');
|
|
||||||
if (hasFilter && isMatch) {
|
if (hasFilter && isMatch) {
|
||||||
matchCount++;
|
matchCount++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user