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