diff --git a/include/websock.js b/include/websock.js index 49141c8..ca17668 100644 --- a/include/websock.js +++ b/include/websock.js @@ -24,6 +24,10 @@ if (window.WebSocket && !window.WEB_SOCKET_FORCE_FLASH) { window.WebSocket = window.MozWebSocket; } else { /* no builtin WebSocket so load web_socket.js */ + + // To enable debug: + // window.WEB_SOCKET_DEBUG=1; + Websock_native = false; (function () { function get_INCLUDE_URI() {