#6555 refactor to js #28

Merged
jorgep merged 13 commits from 6555-refactorToJs into test 2024-10-10 13:51:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1f9bf03780 - Show all commits

View File

@ -22,7 +22,7 @@ function setEvents() {
outMiddleBtn.addEventListener("click", () => clockIn("middle"));
outBtn.addEventListener("click", () => clockIn("out"));
// setTimeout(close, 5000);
setTimeout(close, 5000);
}
async function clockIn(direction) {