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 1f658fb393
commit 3580a8f433
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) {