diff --git a/poker-paf/Js/admin-game.js b/poker-paf/Js/admin-game.js index 90f306b..b835b9b 100644 --- a/poker-paf/Js/admin-game.js +++ b/poker-paf/Js/admin-game.js @@ -40,7 +40,6 @@ window.onload = async function() { alert("Vous n'avez pas les droits pour accéder à cette page."); window.location.href = 'index.html'; } - } gameData = await getGame(); playersData = await getPlayers();