From b56c306eff79df68b48edd74c88625904aa07925 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 19:36:18 -0400 Subject: [PATCH] remove for fix --- content/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index c6ef682..98e7648 100644 --- a/content/_index.md +++ b/content/_index.md @@ -48,7 +48,6 @@ document.addEventListener('DOMContentLoaded', () => { el.classList.remove('matched-recipe'); }) - ul.classList.remove('is-filtered'); artlist.classList.remove('list-searched') ; }) })