Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Apr 19, 2024
1 parent 1dfce8f commit 371d9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Protest/Front/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
3 changes: 1 addition & 2 deletions Protest/Protocols/Telnet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ public static async void WebSocketHandler(HttpListenerContext ctx) {

}
finally {
//TODO:
//wsToServer?.Abort();
//TODO: wsToServer?.Abort();
}
if (ws.State == WebSocketState.Open) {
try {
Expand Down

0 comments on commit 371d9bb

Please sign in to comment.