Skip to content

Commit

Permalink
more buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
weston committed Jun 15, 2020
1 parent 63028a0 commit 95806ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preflop/drill.js
Expand Up @@ -36,8 +36,8 @@ function runGame(rangeName, previousResult) {
drawHand(hand)
outButton = document.getElementById("out_button")
inButton = document.getElementById("in_button")
inButton.innerHTML = range["in"] + " ([)"
outButton.innerHTML = range["out"] + " (])"
inButton.innerHTML = range["in"] + " ]"
outButton.innerHTML = range["out"] + " ["
parsedHands = parseHandString(range["hands"])
isIn = parsedHands.includes(hand)
if (isIn) {
Expand Down

0 comments on commit 95806ea

Please sign in to comment.