Skip to content

Commit 8f179b0

Browse files
committed
1 parent 0fb9830 commit 8f179b0

File tree

1 file changed

+1
-0
lines changed
  • websockets-quickstart/src/main/resources/META-INF/resources

1 file changed

+1
-0
lines changed

Diff for: websockets-quickstart/src/main/resources/META-INF/resources/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
socket.onopen = function() {
8383
connected = true;
8484
console.log("Connected to the web socket");
85+
socket.send("_ready_");
8586
$("#send").attr("disabled", false);
8687
$("#connect").attr("disabled", true);
8788
$("#name").attr("disabled", true);

0 commit comments

Comments
 (0)