feat #6235 Added device label #21

Merged
guillermo merged 4 commits from 6235-addDevice into test 2024-02-09 09:56:05 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 2e310bc06c - Show all commits

View File

@ -45,7 +45,8 @@ function setView() {
function fichar(direction) {
const data = {
workerFk: userData['userFk'],
direction
direction,
device: localStorage.getItem("device")
}
$.post({