diff --git a/yoseph/index.html b/yoseph/index.html index b1e9194..c83d8e3 100644 --- a/yoseph/index.html +++ b/yoseph/index.html @@ -81,7 +81,7 @@
- +
diff --git a/yoseph/main.js b/yoseph/main.js index b5dac54..ecada66 100644 --- a/yoseph/main.js +++ b/yoseph/main.js @@ -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 }) \ No newline at end of file