Rename cash-out to auto-advance

This commit is contained in:
2021-06-23 18:19:37 +02:00
parent e534c0d5f9
commit 3bdb507989
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
Points: <span id="points">?</span>
<br>
<button onclick="reset();">Reset</button>
<button onclick="cashOut();">Cash out</button>
<button onclick="cashOut();">Auto Advance</button>
<input type="checkbox" onclick="toggleAutoDraw(this)" id="autoDrawToggle" /><label for="autoDrawToggle">Auto-Draw</label>
<br>
<div style="margin-top: 1.4em;" id="result">?</div>