Index: native_client_sdk/src/examples/multithreaded_input_events/index.html |
diff --git a/native_client_sdk/src/examples/multithreaded_input_events/index.html b/native_client_sdk/src/examples/multithreaded_input_events/index.html |
index 064762110886024ac4dbb93dfa8c29aa59abde5d..aa31a6f61d45610524e7b8d388eb89a64af0e2a5 100644 |
--- a/native_client_sdk/src/examples/multithreaded_input_events/index.html |
+++ b/native_client_sdk/src/examples/multithreaded_input_events/index.html |
@@ -40,7 +40,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> |
<button onclick="cancelQueue()">Kill worker thread and queue</button> |