aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-05-02 17:53:55 -0400
committertimmywil <tim.willison@thisismedium.com>2011-05-02 17:53:55 -0400
commitea24cd106b86dae2411e5b87c367f6ff5163aee8 (patch)
tree194158cd02520977f848c3168be6291d89e3291d /test/index.html
parent3dbd7b54de95aef238277dc52fe9112ff896f66c (diff)
downloadjquery-ea24cd106b86dae2411e5b87c367f6ff5163aee8.tar.gz
jquery-ea24cd106b86dae2411e5b87c367f6ff5163aee8.zip
Avoid changing html in two places; add minified jQuery as an option to the main test page
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/index.html b/test/index.html
index b19673d99..1a4d0582a 100644
--- a/test/index.html
+++ b/test/index.html
@@ -28,6 +28,8 @@
<script src="../src/offset.js"></script>
<script src="../src/dimensions.js"></script>
+ <script src="data/versioncheck.js"></script>
+
<script src="qunit/qunit/qunit.js"></script>
<script src="data/testrunner.js"></script>
@@ -48,7 +50,9 @@
</head>
<body id="body">
- <h1 id="qunit-header">jQuery Test Suite</h1>
+ <h1 id="qunit-header">jQuery Test Suite
+ <a href="?jquery=min">(minified)</a>
+ </h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>