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

Commit 83c746e

Browse files
Demos: Added note to the PHP redirect demo that says it only works on a server.
1 parent 970ae0f commit 83c746e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

demos/examples/redirect/index.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,15 @@
6666

6767
<div data-role="content" class="jqm-content">
6868

69-
<h1>Redirection example: Source Page</h1>
70-
<p>Clicking the link below will cause a page to be loaded from the server which contains a special instruction that is captured in the sample code to load the final redirection target page.</p>
69+
<h1>Redirection example: Source Page</h1>
70+
71+
<p>Clicking the link below will cause a page to be loaded from the server which contains a special instruction that is captured in the sample code to load the final redirection target page.</p>
7172

7273
<div data-demo-html="true" data-demo-js="#redirectCode" data-demo-php="source.php">
7374
<a href="redirect.php?to=redirect-target.html" data-role="button" data-inline="true">Redirect</a>
7475
</div><!--/demo-html -->
76+
77+
<p>Note: This is a PHP demo that will only work on a server and not in a build (i.e. the demos that come with each release).</p>
7578

7679

7780
</div><!-- /content -->

0 commit comments

Comments
 (0)