Index: native_client_sdk/src/examples/hello_world_interactive/index.html |
diff --git a/native_client_sdk/src/examples/hello_world_interactive/index.html b/native_client_sdk/src/examples/hello_world_interactive/index.html |
index 3e6bbe654ae58c3b4f44d4bcb74e26143d1913cc..f28263f3aa06fd37f3a4a776ab87a8ea0066eccf 100644 |
--- a/native_client_sdk/src/examples/hello_world_interactive/index.html |
+++ b/native_client_sdk/src/examples/hello_world_interactive/index.html |
@@ -32,7 +32,7 @@ |
} |
</script> |
</head> |
-<body onload="common.onload('<NAME>', '<tc>')"> |
+<body onload="common.onload('<NAME>', '<tc>', '<config>')"> |
<h1>Native Client Simple Module</h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<!-- The NaCl plugin will be embedded inside the element with id "listener". |