Index: native_client_sdk/doc_generated/devguide/coding/progress-events.html |
diff --git a/native_client_sdk/doc_generated/devguide/coding/progress-events.html b/native_client_sdk/doc_generated/devguide/coding/progress-events.html |
index 07721f933a66fbfb0dc746a76160b0ebfdd38b3a..9988821bf4858ce515adaaccb5c06e0c1412b6d1 100644 |
--- a/native_client_sdk/doc_generated/devguide/coding/progress-events.html |
+++ b/native_client_sdk/doc_generated/devguide/coding/progress-events.html |
@@ -2,7 +2,7 @@ |
<section id="progress-events"> |
<span id="devcycle-progress-events"></span><h1 id="progress-events"><span id="devcycle-progress-events"></span>Progress Events</h1> |
-<div class="contents local topic" id="contents"> |
+<div class="contents local" id="contents" style="display: none"> |
<ul class="small-gap"> |
<li><a class="reference internal" href="#module-loading-and-progress-events" id="id3">Module loading and progress events</a></li> |
<li><a class="reference internal" href="#handling-progress-events" id="id4">Handling progress events</a></li> |
@@ -11,8 +11,8 @@ |
<li><a class="reference internal" href="#the-readystate-attribute" id="id7">The <code>readyState</code> attribute</a></li> |
<li><a class="reference internal" href="#the-exitstatus-attribute" id="id8">The <code>exitStatus</code> attribute</a></li> |
</ul> |
-</div> |
-<p>There are five types of events that developers can respond to in Native Client: |
+ |
+</div><p>There are five types of events that developers can respond to in Native Client: |
progress, message, view change, focus, and input events (each described in the |
glossary below). This chapter describes how to monitor progress events (events |
that occur during the loading and execution of a Native Client module). This |