From fed5e5a70bd001decb88051b7c25ca5a91830c2b Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Fri, 27 Mar 2020 00:45:58 -0700 Subject: [PATCH] Updated package.json --- amt-0.2.0.js | 2 +- index.html | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/amt-0.2.0.js b/amt-0.2.0.js index 76e9443..9baec67 100644 --- a/amt-0.2.0.js +++ b/amt-0.2.0.js @@ -703,7 +703,7 @@ function AmtStackCreateService(wsmanStack) { try { e = window.atob(responses.Body['EventRecords'][i]); } catch (e) { - console.log(e + " " + responses.Body['EventRecords'][i]) + console.log(e + ' ' + responses.Body['EventRecords'][i]) } x = { 'AuditAppID': ReadShort(e, 0), 'EventID': ReadShort(e, 2), 'InitiatorType': e.charCodeAt(4) }; x['AuditApp'] = _AmtAuditStringTable[x['AuditAppID']]; diff --git a/index.html b/index.html index fbbf138..8bd00a5 100644 --- a/index.html +++ b/index.html @@ -1460,10 +1460,10 @@

-
-
+
+
-

+

IP address
Subnet mark
@@ -1617,7 +1617,7 @@