Skip to content

Commit b43059e

Browse files
committed
removed temp changes
1 parent 29fcb83 commit b43059e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/static/js/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ var client_name = prompt("What is your name?");
4242
document.querySelector("#ws-id").textContent = client_name;
4343

4444
// uncomment below line to deploy to heroku
45-
var ws = new WebSocket(`wss://${window.location.host}/ws/${client_name}`);
45+
// var ws = new WebSocket(`wss://${window.location.host}/ws/${client_name}`);
4646
// uncomment below line to tun on localhost
47-
// var ws = new WebSocket(`ws://${window.location.host}/ws/${client_name}`);
47+
var ws = new WebSocket(`ws://${window.location.host}/ws/${client_name}`);
4848

4949

5050
// Send message on enter

0 commit comments

Comments
 (0)