From a7e86b48fbbddd0d373b53d2ba3c98ef15b317bc Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 10 Aug 2024 14:34:03 -0500 Subject: [PATCH] Changed display message in header --- html/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.js b/html/index.js index 6501c02..9e06e65 100644 --- a/html/index.js +++ b/html/index.js @@ -32,7 +32,7 @@ connection = new WebSocket(serverUrl); connection.onopen = function (evt) { console.log("open"); - document.getElementById("topMessage").innerHTML = "Server Online"; + //document.getElementById("topMessage").innerHTML = "Server Online"; } connection.onclose = function (evt) {