mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-31 05:00:25 +00:00
11 lines
401 B
HTML
11 lines
401 B
HTML
<!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'"></meta>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|