mirror of
https://github.com/tchartron/blow
synced 2024-11-23 21:03:16 +00:00
update
This commit is contained in:
parent
f7eebd94d4
commit
bbc6f53942
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function toggleModal () {
|
|||
body.classList.toggle('modal-active')
|
||||
if ([...body.classList].includes('modal-active')) {
|
||||
window.setTimeout(function() {
|
||||
document.getElementById('search-input').value('')
|
||||
document.getElementById('search-input').value = ""
|
||||
document.getElementById('search-input').focus()
|
||||
}, 500);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue