mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-24 20:04:53 +00:00
Please let this be the end of it all
This commit is contained in:
parent
4d912d314c
commit
c732af8122
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ function getSearch() {
|
|||
hint.innerHTML = '';
|
||||
|
||||
data.forEach(user => {
|
||||
let el = document.createElement('button');
|
||||
const el = document.createElement('button');
|
||||
el.innerHTML = user;
|
||||
el.onmousedown = function (event) {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue