Index: native_client_sdk/src/examples/gamepad/index.html |
diff --git a/native_client_sdk/src/examples/gamepad/index.html b/native_client_sdk/src/examples/gamepad/index.html |
index c7d902aad97cbc77799f623ef41c089069beeb7b..8453be2b27c2f47f1a79954b9d197f06d7a35858 100644 |
--- a/native_client_sdk/src/examples/gamepad/index.html |
+++ b/native_client_sdk/src/examples/gamepad/index.html |
@@ -11,7 +11,7 @@ found in the LICENSE file. |
<title><TITLE></title> |
<script type="text/javascript" src="common.js"></script> |
</head> |
-<body onload="common.onload('<NAME>', '<tc>', '800', '200')"> |
+<body onload="common.onload('<NAME>', '<tc>', '<config>', '800', '200')"> |
<h1><TITLE></h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<!-- The NaCl plugin will be embedded inside the element with id "listener". |