change for my naming

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

View File

@ -38,7 +38,7 @@ document.addEventListener('DOMContentLoaded', () => {
}
})
ul.classList.toggle('is-filtered', matchCount > 0);
artlist.classList.toggle('list-searched', matchCount > 0);
})
clearSearch.addEventListener('click', e => {