| Index: chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/app_lifecycle.html (working copy)
|
| @@ -1,7 +1,7 @@
|
| <meta name="doc-family" content="apps">
|
| -<div id="pageData-name" class="pageData">Manage App Lifecycle</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Manage App Lifecycle</h1>
|
|
|
| +
|
| <p>
|
| The app runtime and event page are responsible
|
| for managing the app lifecycle.
|
| @@ -24,7 +24,7 @@
|
| but it's practical (and we will make it nicer soon).
|
| </p>
|
|
|
| -<img src="../images/applifecycle.png"
|
| +<img src="{{static}}/images/applifecycle.png"
|
| width="444"
|
| height="329"
|
| alt="how app lifecycle works">
|
| @@ -227,4 +227,4 @@
|
| });
|
| </pre>
|
|
|
| -<p class="backtotop"><a href="#top">Back to top</a></p>
|
| +<p class="backtotop"><a href="#top">Back to top</a></p>
|
|
|