| Index: native_client_sdk/src/examples/tutorial/testing/index.html
|
| diff --git a/native_client_sdk/src/examples/tutorial/testing/index.html b/native_client_sdk/src/examples/tutorial/testing/index.html
|
| index 4fd238347537e22e5c73e02393fec240e35055d4..37fcdd878cf21290ad5d559f8fc7b2d724251a75 100644
|
| --- a/native_client_sdk/src/examples/tutorial/testing/index.html
|
| +++ b/native_client_sdk/src/examples/tutorial/testing/index.html
|
| @@ -17,7 +17,7 @@
|
| .failed { background-color: #f00; }
|
| </style>
|
| </head>
|
| -<body {{attrs}}>
|
| +<body data-attrs="PS_EXIT_MESSAGE=testend" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <div id="listener"></div>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
|
|