mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-24 20:04:53 +00:00
Bugs bugs bugs bugs bugs bugs
I love bugs
This commit is contained in:
parent
28d5f140c0
commit
377f20ce10
7 changed files with 34 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue