Commit 094b489b authored by Joel Martin's avatar Joel Martin

Missed change web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24.

parent 2ddd6214
<!--
Copyright: Hiroshi Ichikawa <http://gimite.net/en/>
Lincense: New BSD Lincense
Lincense: Public Domain
-->
<html><head>
......@@ -36,6 +35,9 @@
ws.onclose = function() {
output("onclose");
};
ws.onerror = function() {
output("onerror");
};
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment