submit quand on change le nb de points

master
adplantade 5 years ago
parent d38dd0b6e5
commit ffd423c7a8

@ -97,7 +97,7 @@ function less()
amount--;
}
outputHi.value=amount;
dispDots();
document.getElementById("high_form").submit();
}
function more()
@ -108,7 +108,7 @@ function more()
amount++;
}
outputHi.value=amount;
dispDots();
document.getElementById("high_form").submit();
}
// pause oui/non

Loading…
Cancel
Save