Index: native_client_sdk/src/examples/websocket/index.html |
diff --git a/native_client_sdk/src/examples/websocket/index.html b/native_client_sdk/src/examples/websocket/index.html |
index c5114821c0c0c2fc225fa4a5987da8fda08911ea..329202ca50ec61827f91ae87e8cb9be8acc1ffde 100644 |
--- a/native_client_sdk/src/examples/websocket/index.html |
+++ b/native_client_sdk/src/examples/websocket/index.html |
@@ -36,7 +36,7 @@ found in the LICENSE file. |
} |
</script> |
</head> |
-<body onload="common.onload('<NAME>', '<tc>')"> |
+<body onload="common.onload('<NAME>', '<tc>', '<config>')"> |
<h1><TITLE></h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<div>Set a server URL, then push "Connect" button to establish a connection. |