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

Fixed site minification.

This commit is contained in:
Ylian Saint-Hilaire 2019-07-03 19:02:30 -07:00
parent ab85d49b8f
commit 22170c24e1
3 changed files with 3 additions and 14266 deletions

View file

@ -178,7 +178,7 @@ var CreateAmtRemoteTerminal = function (divid, options) {
_termstate = 0;
break;
case 6: // ']' Code, xterm
const bx = b.charCodeAt(0);
var bx = b.charCodeAt(0);
if (b == ';') {
_escNumberPtr++;
} else if (bx == 7) {