Index: native_client_sdk/src/examples/dlopen/index.html |
diff --git a/native_client_sdk/src/examples/dlopen/index.html b/native_client_sdk/src/examples/dlopen/index.html |
index e2a2d782f0d8b02a6a7b56f671e515e53f9c9b7c..c8de6a59d01945737350a2cdc9d0dc0dcd31a838 100644 |
--- a/native_client_sdk/src/examples/dlopen/index.html |
+++ b/native_client_sdk/src/examples/dlopen/index.html |
@@ -27,7 +27,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>Magic eightball: type a question below, press the button, and get a |