mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-23 06:34:54 +03:00
Fixed site minification.
This commit is contained in:
parent
25bb2770e3
commit
b6793d6ec2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "meshcentral",
|
"name": "meshcentral",
|
||||||
"version": "0.3.7-c",
|
"version": "0.3.7-e",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Remote Management",
|
"Remote Management",
|
||||||
"Intel AMT",
|
"Intel AMT",
|
||||||
|
@ -178,7 +178,7 @@ var CreateAmtRemoteTerminal = function (divid, options) {
|
|||||||
_termstate = 0;
|
_termstate = 0;
|
||||||
break;
|
break;
|
||||||
case 6: // ']' Code, xterm
|
case 6: // ']' Code, xterm
|
||||||
const bx = b.charCodeAt(0);
|
var bx = b.charCodeAt(0);
|
||||||
if (b == ';') {
|
if (b == ';') {
|
||||||
_escNumberPtr++;
|
_escNumberPtr++;
|
||||||
} else if (bx == 7) {
|
} else if (bx == 7) {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user