Skip to content

Commit f2487bc

Browse files
committed
Demos: Re-named index to see if the dot was the issue
1 parent 57769ed commit f2487bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script src="_assets/js/"></script>
1313
<script src="../js/"></script>
1414
<!-- Need to get a proper redirect hooked up. Blech. -->
15-
<meta http-equiv="refresh" content="0;url=../stage.index.html">
15+
<meta http-equiv="refresh" content="0;url=../next.html">
1616
</head>
1717
<body>
1818
<div data-role="page" class="jqm-demos jqm-demos-home">

stage.index.html renamed to next.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 id="jqm-logo"><img src="demos/_assets/img/jquery-logo.png" alt="jQuery Mobil
2727

2828
<ul data-role="listview" data-inset="true" data-theme="d" data-icon="false" data-filter-placeholder="Search..." class="jqm-list wrap-text">
2929
<li><a href="demos/intro/"><h2>Introduction</h2><p>New to jQuery Mobile? Start here</p></a></li>
30-
<li><a href="demos/examples/"><h2>Demo showcase</h2><p>Examples of how to customize and extend jQuery Mobile.</p></a></li>
30+
<li><a href="demos/examples/"><h2>Demo Showcase</h2><p>Examples of how to customize and extend jQuery Mobile.</p></a></li>
3131
<li><a href="demos/faq/"><h2>Questions &amp; Answers</h2><p>Common issues and questions, explained.</p></a></li>
3232
</ul>
3333

0 commit comments

Comments
 (0)