Skip to content

Commit

Permalink
fixed minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyHubert committed Jul 18, 2024
1 parent 1f0fe9c commit 8712500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yoseph/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ document.querySelector(`#stupid-expense-enter`).addEventListener(`click`, () =>
})

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

0 comments on commit 8712500

Please sign in to comment.