diff --git a/js/clockIn.js b/js/clockIn.js index 2f29134..ae7f839 100644 --- a/js/clockIn.js +++ b/js/clockIn.js @@ -28,10 +28,10 @@ function setEvents() { $(".out").on("click", function () { fichar('out'); }); -/* + setTimeout(function () { cerrar(); - }, 5000);*/ + }, 5000); } function setView() {