From 517a7077f1b47af587665a4c1553dfeec02e8bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Tue, 24 May 2022 08:01:06 +0200 Subject: [PATCH] #3945 Fichador muestra las horas de manera incorrecta --- js/clockIn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {