fix: refs #6555 uncomment redirect
gitea/worker-time-control/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-19 11:40:30 +02:00
parent 30d9acf58b
commit 1f9bf03780
1 changed files with 1 additions and 1 deletions

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