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:
parent
ab85d49b8f
commit
22170c24e1
3 changed files with 3 additions and 14266 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue