Fix home page search
This commit is contained in:
parent
fde41a4082
commit
9e80b6d043
|
@ -8,7 +8,6 @@ import onmount from 'onmount'
|
|||
|
||||
ready(() => {
|
||||
const body = document.querySelector('[data-js-main-body]')
|
||||
if (!body) return
|
||||
wrapify(body)
|
||||
if (body) { wrapify(body) }
|
||||
setTimeout(() => { onmount() })
|
||||
})
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue