| Index: native_client_sdk/src/examples/file_io/index.html
|
| diff --git a/native_client_sdk/src/examples/file_io/index.html b/native_client_sdk/src/examples/file_io/index.html
|
| index 64767b2f48e4767ef2dcc42f995c713b49d7cbdd..7625bd69c0aeb56793d59fe842c8a8b43c49f5db 100644
|
| --- a/native_client_sdk/src/examples/file_io/index.html
|
| +++ b/native_client_sdk/src/examples/file_io/index.html
|
| @@ -15,6 +15,8 @@
|
| <body data-width="200" data-height="200" data-custom-load="true" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| + <p>The File IO example demonstrates saving, loading, and deleting files
|
| + from the persistent file store.</p>
|
|
|
| <textarea id="fileEditor"
|
| cols="40"
|
| @@ -22,7 +24,7 @@
|
| wrap="hard"
|
| placeholder="Enter some text to save in a file..."></textarea>
|
| <br>File Name
|
| - <input type="text" id="fileName" action="">
|
| + <input type="text" id="fileName" action="" value="/filename.txt">
|
| <button id="saveButton" action="">Save</button>
|
| <button id="loadButton" action="">Load</button>
|
| <button id="deleteButton" action="">Delete</button>
|
|
|