From b681a95b5772c1a706478e9c3d9b1122f8cbe0a3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 19:40:09 -0400 Subject: [PATCH] redundant --- content/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 98e7648..b3070db 100644 --- a/content/_index.md +++ b/content/_index.md @@ -32,7 +32,6 @@ document.addEventListener('DOMContentLoaded', () => { el.hidden = !isMatch el.classList.toggle('matched-recipe', isMatch && searchText.length !== 0); - artlist.classList.add('list-searched'); if (hasFilter && isMatch) { matchCount++; }