1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Improved usersessions and added closeusersessions server console commands.

This commit is contained in:
Ylian Saint-Hilaire 2020-01-27 15:26:13 -08:00
parent ac151735cc
commit edaaf5cf0f
4 changed files with 1524 additions and 1470 deletions

View file

@ -229,8 +229,8 @@
contextmenudiv = document.getElementById('termShellContextMenuLinux');
}
showContextMenuDiv(contextmenudiv, event.pageX, event.pageY);
return haltEvent(event);
}
return haltEvent(event);
}
function showContextMenuDiv(element, x, y) {