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