Skip to content

Commit

Permalink
fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Jul 22, 2024
1 parent d8a9659 commit 351d2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yoseph/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</div>

<div class="section-line">
<button id="title-clear">Clear</button>
<button id="tithe-clear">Clear</button>
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion yoseph/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ document.querySelector(`#stupid-expense-enter`).addEventListener(`click`, () =>
document.querySelector(`#stupid-expense-amount`).value = ''
})

document.querySelector(`#title-clear`).addEventListener(`click`, () => {
document.querySelector(`#tithe-clear`).addEventListener(`click`, () => {
Tithes = 0
document.querySelector(`#tithe-total`).innerHTML = Tithes
})

0 comments on commit 351d2e9

Please sign in to comment.