Bugs bugs bugs bugs bugs bugs

I love bugs
This commit is contained in:
Michał Gdula 2023-06-26 14:15:45 +01:00
parent 28d5f140c0
commit 377f20ce10
7 changed files with 34 additions and 12 deletions

View file

@ -54,7 +54,8 @@ function getSearch() {
el.innerHTML = user;
el.onmousedown = function (event) {
event.preventDefault();
search = user.toString();
search = document.querySelector('#search');
search.value = user.toString();
search.blur();
}
hint.appendChild(el);