diff --git a/code/button_displayer.js b/code/button_displayer.js index 876616a..f123432 100644 --- a/code/button_displayer.js +++ b/code/button_displayer.js @@ -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