#3945 Fichador muestra las horas de manera incorrecta
gitea/worker-time-control/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Andrés 2022-05-24 08:01:06 +02:00
parent 7e504d261e
commit 517a7077f1
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ function setEvents() {
$(".out").on("click", function () {
fichar('out');
});
/*
setTimeout(function () {
cerrar();
}, 5000);*/
}, 5000);
}
function setView() {