new zencard

This commit is contained in:
fred 2023-12-07 17:07:26 +01:00
parent f3bfe7178e
commit 46db511e2a
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ function testLatency(cb) {
function countdown() {
if (timeLeft == -1) {
clearTimeout(timerId);
document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><label for='type'>Type :</label><select name='type'><option value=''>G1BILLET+ ( x 6 )</option><option value='jeu'>ASTROID</option><option value='@astroport'>ASTROID+@</option></select><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>Lancer Fabrication</button></form>";
document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><input type='hidden' name='type' value='UPlanet' ><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>New ZenCard</button></form>";
} else {
// elem.innerHTML = timeLeft + " s";
timeLeft--;