Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
changed content div to new style
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed Dec 7, 2013
1 parent 2973788 commit 65322fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/pages/samepagetransition.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>same page transitions</h1>
</div>
</div><!-- /header 1 -->

<div data-role="content">
<div role="main" class="ui-content">
<h1>same page transitions</h1>
<div>All links within this page navigate to the page itself having the <code>allowSamePageTransition</code> option at <code>changePage()</code> method set to <strong>true</strong>. It seems, just the slide transition raises an issue so the page gets hidden.
<label><input type="checkbox" id="cb1" data-theme="b"/> reverse transition </label>
Expand Down Expand Up @@ -77,4 +77,4 @@ <h1>same page transitions</h1>

</div><!-- /page 1 -->
</body>
</html>
</html>

0 comments on commit 65322fd

Please sign in to comment.