chore: post

This commit is contained in:
Cory Dransfeldt 2024-03-18 15:44:55 -07:00
parent 3c17f9b405
commit fb976a0665
No known key found for this signature in database
3 changed files with 169 additions and 30 deletions

View file

@ -8,7 +8,7 @@
const $fallback = document.querySelector('.search__form--fallback')
const $results = document.querySelector('.search__results')
// remove no-js fallbacks
// remove noscript fallbacks
$form.removeAttribute('action')
$form.removeAttribute('method')
$fallback.remove()