| Index: native_client_sdk/src/examples/hello_nacl_io/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_io/index.html b/native_client_sdk/src/examples/hello_nacl_io/index.html
|
| index 8695747116dc88f0bc2ef9066bcb82da2ac9234b..baed38d5328db6d5567cbf6cb1b9fd983924a82f 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_io/index.html
|
| +++ b/native_client_sdk/src/examples/hello_nacl_io/index.html
|
| @@ -97,9 +97,9 @@ found in the LICENSE file.
|
| <button id="fseekExecute">fseek</button>
|
| </span>
|
| </div>
|
| + <pre id="log" style="font-weight: bold"></pre>
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| See common.js.-->
|
| <div id="listener"></div>
|
| - <div id="log"></div>
|
| </body>
|
| </html>
|
|
|