- some change in css
This commit is contained in:
Kum1ta
2024-09-18 14:26:48 +02:00
parent f3bbf498ca
commit a93e713f44
4 changed files with 11 additions and 11 deletions

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* main.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: marvin <marvin@student.42.fr> +#+ +:+ +#+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/08/22 17:08:46 by madegryc #+# #+# */
/* Updated: 2024/09/18 10:59:57 by marvin ### ########.fr */
/* Updated: 2024/09/18 13:52:39 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -106,7 +106,7 @@ function searchUser(event)
{
timeout = setTimeout(() => {
sendRequest("search_user", {username: event.target.value});
}, 300);
}, 10);
}
}