mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-31 17:53:40 -04:00
MeshCtrl.js fix.
This commit is contained in:
parent
acdea410c3
commit
87fb8d2dec
@ -1099,7 +1099,6 @@ function serverConnect() {
|
|||||||
cmd = { action: 'events', responseid: 'meshctrl' };
|
cmd = { action: 'events', responseid: 'meshctrl' };
|
||||||
}
|
}
|
||||||
if (typeof limit == 'number') { cmd.limit = limit; }
|
if (typeof limit == 'number') { cmd.limit = limit; }
|
||||||
console.log(cmd);
|
|
||||||
ws.send(JSON.stringify(cmd));
|
ws.send(JSON.stringify(cmd));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user