Added auto-evaluation.
This commit is contained in:
@@ -25,7 +25,10 @@
|
||||
</card-container>
|
||||
</main-panel>
|
||||
<main-panel>
|
||||
Points: <span id="points">?</span>
|
||||
<br>
|
||||
<button onclick="reset();">Reset</button>
|
||||
<button onclick="cashOut();">Cash out</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>
|
||||
|
||||
Reference in New Issue
Block a user