#6555 refactor to js #28

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

View File

@ -197,7 +197,7 @@ footer {
position: absolute;
bottom: 0;
width: 100%;
height: 100px;
height: 115px;
text-align: center;
animation: fadeIn 0.2s ease-in-out;
}

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) {