diff --git a/package.json b/package.json index f4299dcf..95dfe74b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.3.7-c", + "version": "0.3.7-e", "keywords": [ "Remote Management", "Intel AMT", diff --git a/public/scripts/amt-terminal-0.0.2.js b/public/scripts/amt-terminal-0.0.2.js index deb33d91..e3909d17 100644 --- a/public/scripts/amt-terminal-0.0.2.js +++ b/public/scripts/amt-terminal-0.0.2.js @@ -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) { diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 5b5a9c98..372db370 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1,14264 +1 @@ - {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file