Skip to content

Commit

Permalink
stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby-Leeder committed Oct 31, 2023
1 parent 8e4b21e commit 6c53228
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/classroom/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ function onConnected() {
JSON.stringify({sender: username, type: 'JOIN'})
)

connectingElement.classList.add('hidden');
}


function onError(error) {
connectingElement.textContent = 'Could not connect to WebSocket server. Please refresh this page to try again!';
connectingElement.style.color = 'red';
console.log(error)
}


Expand Down

0 comments on commit 6c53228

Please sign in to comment.