mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-30 17:09:38 +00:00
Missed change web-socket-js to dd80a1807758abfab4a0fde840f94c5d649e4a24.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<!--
|
||||
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");
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user