redundant urls
This commit is contained in:
parent
c44e618042
commit
3338586605
3 changed files with 3 additions and 63 deletions
|
|
@ -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);
|
||||
})
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue