Fixed site minification.

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

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.3.7-c",
"version": "0.3.7-e",
"keywords": [
"Remote Management",
"Intel AMT",

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) {

File diff suppressed because one or more lines are too long