1
0
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:
Rico Sta. Cruz 2017-10-02 05:20:54 +08:00
parent fde41a4082
commit 9e80b6d043
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 2 additions and 3 deletions

View File

@ -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