chore: post
This commit is contained in:
parent
3c17f9b405
commit
fb976a0665
3 changed files with 169 additions and 30 deletions
|
@ -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()
|
||||
|
|
Reference in a new issue