build: refs #6859 #23
|
@ -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