#6555 refactor to js #28
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue