mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
added comment to make sure folks aren't confused as to why one of the test pages is just a redirect
This commit is contained in:
parent
66aec28d8a
commit
12391923fc
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- forces the base-tests into a push state disabled run and allows for
|
||||
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
|
||||
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
|
||||
<meta http-equiv="refresh" content="0; url='base-tests.html?push-state=false'">
|
||||
<body>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- forces the base-tests into a push state disabled run and allows for
|
||||
the test suite runner to pick it up as a seperate test set. See test/unit/ls.php,
|
||||
test/unit/runner.js, base-tests.html, and tests/jquery.testHelper.js for more. -->
|
||||
<meta http-equiv="refresh" content="0; url='./?push-state=false'">
|
||||
<body>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue