Skip to content

Commit

Permalink
Fix places where text said "Video Extension" instead of "Unloader Ext…
Browse files Browse the repository at this point in the history
…ension"
  • Loading branch information
msgilligan committed Aug 28, 2012
1 parent d3898fd commit 242364d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web-app/iui/ext-sandbox/unloader/index.html
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" title="Default" href="../../t/default/default-theme.css" type="text/css"/>
<link rel="stylesheet" href="../../../css/iui-panel-list.css" type="text/css" />

<script type="application/x-javascript" src="../../iui.js"></script>
<script type="application/x-javascript" src="../../iui.js"></script>
<script type="application/x-javascript" src="iui-unloader.js"></script>
<link href="../TbBMod/xtra.css" rel="stylesheet" type="text/css">
</head>
Expand All @@ -19,7 +19,7 @@ <h1 id="pageTitle"></h1>
<a id="backButton" class="button" href="#"></a>
</div>

<ul id="home" title="Video Ext" selected="true">
<ul id="home" title="Unloader Ext" selected="true">
<li><a href="#about">About Unloader Ext</a></li>
<li><a href="#instructions">Instructions</a></li>
<li class="group">Tests</li>
Expand All @@ -32,9 +32,9 @@ <h1 id="pageTitle"></h1>


<div id="about" class="panel" title="About">
<h2>About Video Extension</h2>
<h2>About Unloader Extension</h2>
<fieldset>
<p class="normalText">iui-unlaoder.js is an extension for the iUI framework. It is currently EXPERIMENTAL</p>
<p class="normalText">iui-unloader.js is an extension for the iUI framework. It is currently EXPERIMENTAL</p>
<p class="normalText">For info on how to use this extension see Instructions.</p>
<p class="normalText">Sean Gilligan</p>
</fieldset>
Expand All @@ -44,15 +44,15 @@ <h2>About Video Extension</h2>
<div id="instructions" class="panel" title="Instructions">
<h2>Unloader Ext - instructions for use.</h2>
<fieldset>
<p class="normalText">The Video Extension is easy to install into your iUI powered web app. It requires no changes to existing iUI components. Start by linking the iui-unloader.js to your main index file just like you would iui.js.</p>
<p class="normalText">All AJAX-loaded fragments will be unload when they receive the iUI 'unload' event when they are navigated away from (back button).</p>
<p class="normalText">The Unloader Extension is easy to install into your iUI powered web app. It requires no changes to existing iUI components. Start by linking the iui-unloader.js to your main index file just like you would iui.js.</p>
<p class="normalText">All AJAX-loaded fragments will be unloadd when they receive the iUI 'unload' event when they are navigated away from (back button).</p>
</fieldset>
</div>

<div id="int" title="Internal Frag">
<h2>Internal Fragment</h2>
<p>This should not be unloaded when you hit the back button</p>
</div>
</div>

</body>
</html>

0 comments on commit 242364d

Please sign in to comment.