Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Mar 9, 2024
1 parent c5fd6cc commit c53a1ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/assets/numbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
<div class="button-row">
<!-- Buttons for first digit -->
<button onclick="changeDigit(0, 1)">+</button>

<button onclick="changeDigit(0, -1)">-</button>

<!-- Buttons for second digit -->
<button onclick="changeDigit(1, 1)">+</button>

<button onclick="changeDigit(1, -1)">-</button>
</div>

Expand Down

0 comments on commit c53a1ea

Please sign in to comment.