diff --git a/app/static/monthly_budget_summary.js b/app/static/monthly_budget_summary.js deleted file mode 100644 index 32fae99..0000000 --- a/app/static/monthly_budget_summary.js +++ /dev/null @@ -1,10 +0,0 @@ -const monthSelector = document.getElementById('month-selector'); -const tableBody = document.getElementById('table-body'); - - -document.addEventListener("DOMContentLoaded", (event) => { - displayMonthLineItems(monthSelector.value); - monthSelector.addEventListener('change', (e) => { - displayMonthLineItems(e.target.value); - }) - }); \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 5e91296..8ec6fc7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -14,9 +14,6 @@ - @@ -24,9 +21,9 @@ Budget Categories -