From 66eca925d3b919a42d1c073723e477ee03ccc64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Mon, 25 Oct 2021 19:07:11 +0200 Subject: [PATCH] Safari history back --- js/clockIn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/clockIn.js b/js/clockIn.js index 3490712..67f22cd 100644 --- a/js/clockIn.js +++ b/js/clockIn.js @@ -173,6 +173,6 @@ function cerrar(){ $(".loading").fadeIn(200); localStorage.removeItem("userData"); setTimeout(function () { - window.history.back(); + window.location='index.html'; }, 200); } \ No newline at end of file