fix ta kpo çeug

This commit is contained in:
2026-03-02 08:49:49 +01:00
parent 0f16290548
commit 0c214b6f64
-4
View File
@@ -226,10 +226,6 @@ foreach ($players as $p) {
if (amount === undefined) {
amount = parseInt(document.getElementById('raise-amount').value);
}
if (isNaN(amount) || amount <= 0) {
alert("Veuillez entrer une mise valide.");
return;
}
let formData = new FormData();
formData.append('game_id', actualGameID);