This commit is contained in:
2026-03-19 13:56:37 +01:00
parent e93f3af224
commit fb3747b6fb
+1 -1
View File
@@ -62,7 +62,7 @@ for (const game of games) {
<div class='right'>
<p>Start Money: ${game.start_money}</p>
<p>Blind: ${game.start_blind}</p>
<button class="btn-join-list" onclick="window.location.href='player-selector.html?game_id=${game.id}'">Rejoindre</button>
<button class="btn-join-list" onclick="window.location.href='player-selector.php?game_id=${game.id}'">Rejoindre</button>
<button class="btn-admin-join-list" onclick="joinGameAsAdmin(${game.id})">Rejoindre en tant qu'Admin</button>
</div>
<div class='left'>