Skip to content

Commit

Permalink
test(endpoint/log.html): fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
macrat committed May 19, 2022
1 parent c08a751 commit c6241be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/endpoint/testdata/log.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
document.getElementById('since'),
[document.getElementById('since-date'), document.getElementById('since-time')],
], [
document.getElementById('since'),
document.getElementById('until'),
[document.getElementById('until-date'), document.getElementById('until-time')],
]].forEach(([output, [date, time]]) => {
[date, time].forEach((elm) => elm.addEventListener('change', () => {
Expand Down

0 comments on commit c6241be

Please sign in to comment.