mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 14:47:53 +02:00
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…
x
Reference in New Issue
Block a user