Global
- remove some useless console.log - remove useless files
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/09/13 13:59:46 by edbernar #+# #+# */
|
||||
/* Updated: 2024/11/15 15:26:47 by edbernar ### ########.fr */
|
||||
/* Updated: 2024/11/18 17:02:43 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/22 17:08:46 by madegryc #+# #+# */
|
||||
/* Updated: 2024/11/18 15:05:34 by edbernar ### ########.fr */
|
||||
/* Updated: 2024/11/18 16:34:25 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -49,6 +49,7 @@ class LobbyPage
|
||||
const nbBot = document.getElementById('nbBot');
|
||||
const checkBoxBot = document.getElementById('checkBoxBot');
|
||||
|
||||
document.body.style = null;
|
||||
withBot = false;
|
||||
document.body.style.opacity = 1;
|
||||
if (userMeInfo.id == -1)
|
||||
|
Reference in New Issue
Block a user