- change style button chat (absolute -> fixed)
    - Add script for chat
This commit is contained in:
Kum1ta
2024-08-25 18:22:49 +02:00
parent e316cadce4
commit f93fcbb28c
5 changed files with 50 additions and 28 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/31 22:17:24 by edbernar #+# #+# */
/* Updated: 2024/08/25 17:17:57 by edbernar ### ########.fr */
/* Updated: 2024/08/25 18:09:25 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -67,7 +67,6 @@ socket.onmessage = (event) => {
}
else
{
console.log(response);
try {
functionResponse[typeResponse.indexOf(response.type)](response.content);
} catch {