diff --git a/Protest/Front/settings.js b/Protest/Front/settings.js index 99660cb0..321d92c2 100644 --- a/Protest/Front/settings.js +++ b/Protest/Front/settings.js @@ -28,7 +28,8 @@ class Settings extends Tabs { this.snmpTab.onclick = ()=> this.ShowSnmp(); this.graphTab.onclick = ()=> this.ShowGraph(); - this.graphTab.style.display = "none"; //TODO: + //TODO: + this.graphTab.style.display = "none"; switch (this.params) { case "ad": diff --git a/Protest/Protocols/Telnet.cs b/Protest/Protocols/Telnet.cs index d059924d..d1ad4b09 100644 --- a/Protest/Protocols/Telnet.cs +++ b/Protest/Protocols/Telnet.cs @@ -138,8 +138,7 @@ public static async void WebSocketHandler(HttpListenerContext ctx) { } finally { - //TODO: - //wsToServer?.Abort(); + //TODO: wsToServer?.Abort(); } if (ws.State == WebSocketState.Open) { try {