mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Fixed site minification.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user