From 2e310bc06c6905dee4f7a4c7b87dfe19207b3786 Mon Sep 17 00:00:00 2001 From: guillermo Date: Wed, 31 Jan 2024 07:49:25 +0100 Subject: [PATCH] feat #6235 Added device param --- js/clockIn.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/clockIn.js b/js/clockIn.js index 748f61f..50bb19d 100644 --- a/js/clockIn.js +++ b/js/clockIn.js @@ -45,7 +45,8 @@ function setView() { function fichar(direction) { const data = { workerFk: userData['userFk'], - direction + direction, + device: localStorage.getItem("device") } $.post({