mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 22:25:52 -05:00
Fixed site minification.
This commit is contained in:
parent
ab85d49b8f
commit
22170c24e1
@ -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