Game
- remove pub on not chrome web viewer - force opacity 1 when ball pos reset - remove color hue when goal - fix bug when i have no color skin Site - fix style bug on chat tournament - fix style bug on goal selector
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/07 17:40:15 by edbernar #+# #+# */
|
||||
/* Updated: 2024/10/08 23:32:11 by edbernar ### ########.fr */
|
||||
/* Updated: 2024/11/13 11:40:25 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -14,6 +14,7 @@ import { userMeInfo, waitForLogin } from "/static/javascript/typeResponse/typeLo
|
||||
import { createNotification as CN } from "/static/javascript/notification/main.js";
|
||||
import { sendRequest } from "/static/javascript/websocket.js";
|
||||
import { pageRenderer } from '/static/javascript/main.js'
|
||||
import { main3d } from '/static/javascript/login/3d.js'
|
||||
|
||||
class Login
|
||||
{
|
||||
@ -204,6 +205,7 @@ function showLoginDiv()
|
||||
{
|
||||
document.body.style.overflow = 'hidden';
|
||||
popout.style.display = 'flex';
|
||||
main3d();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user