Skip to content

Commit

Permalink
annotation to okay-meter
Browse files Browse the repository at this point in the history
  • Loading branch information
olesota committed Dec 2, 2020
1 parent 8fce247 commit 07d6cca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h2>Starting Point</h2>
<div class="meter-container" id="meter-container">
<div>
<h2>Okay-Meter</h2>
<span><p>Score:</p></span>
</div>
<div class="grid-container" id="goodometer">
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function updateScore(newScore: number, prefix = "R") {
if (i == newScore) {
if (prefix == "R")
//el.innerHTML = "← Current";
el.innerHTML = "← You ";
el.innerHTML = "← Yours ";
else
//el.innerHTML = "Starting →";
el.innerHTML = "Start →";
Expand Down

0 comments on commit 07d6cca

Please sign in to comment.