feat #6235 Added device param
This commit is contained in:
parent
125d9e97fb
commit
2e310bc06c
|
@ -45,7 +45,8 @@ function setView() {
|
|||
function fichar(direction) {
|
||||
const data = {
|
||||
workerFk: userData['userFk'],
|
||||
direction
|
||||
direction,
|
||||
device: localStorage.getItem("device")
|
||||
}
|
||||
|
||||
$.post({
|
||||
|
|
Loading…
Reference in New Issue