mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fix for server exception, #3719
This commit is contained in:
parent
794070838e
commit
dc3974e2d9
2 changed files with 3 additions and 1 deletions
|
@ -259,6 +259,8 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
|||
case 15: // KVM_TOUCH
|
||||
obj.TouchArray = {};
|
||||
break;
|
||||
case 16: // MNG_KVM_KEYSTATE
|
||||
break;
|
||||
case 17: // MNG_KVM_MESSAGE
|
||||
var str = String.fromCharCode.apply(null, view.slice(4));
|
||||
console.log('Got KVM Message: ' + str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue