submit quand on change le nb de points

master
adplantade 5 years ago
parent d38dd0b6e5
commit ffd423c7a8

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

Loading…
Cancel
Save