Skip to content

Commit

Permalink
Changed display message in header
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-tieu committed Aug 10, 2024
1 parent 4146321 commit a7e86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a7e86b4

Please sign in to comment.