Index: native_client_sdk/src/examples/pi_generator/index.html |
diff --git a/native_client_sdk/src/examples/pi_generator/index.html b/native_client_sdk/src/examples/pi_generator/index.html |
index acc215c656d23253c0079f4557d0218edc58537d..f7a644d22616826ea22800646e39e045273dd857 100644 |
--- a/native_client_sdk/src/examples/pi_generator/index.html |
+++ b/native_client_sdk/src/examples/pi_generator/index.html |
@@ -30,7 +30,7 @@ found in the LICENSE file. |
} |
</script> |
</head> |
-<body onload="common.onload('<NAME>', '<tc>')" onunload="pageDidUnload()"> |
+<body onload="common.onload('<NAME>', '<tc>', '<config>')" onunload="pageDidUnload()"> |
<h1><TITLE></h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<p> |