aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-24 18:39:09 +0400
committerOleg <markelog@gmail.com>2013-07-24 18:45:06 +0400
commit353fe2a749c8643cbb2183d2a2013af722bd4824 (patch)
treea657ac02437013deb15efdf96cad84f6fb3c9a62 /test/index.html
parentbfa05f029a3d04eec2833525e1877644f8aec440 (diff)
downloadjquery-353fe2a749c8643cbb2183d2a2013af722bd4824.tar.gz
jquery-353fe2a749c8643cbb2183d2a2013af722bd4824.zip
Fix paths for qunit files
(cherry picked from commit c8c32f1d0583711355c593fb4c84332bfba18254)
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/index.html b/test/index.html
index 21e120fcf..0bacc19c3 100644
--- a/test/index.html
+++ b/test/index.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>jQuery Test Suite</title>
- <link rel="Stylesheet" media="screen" href="../bower_components/qunit/qunit.css" />
+ <link rel="Stylesheet" media="screen" href="../bower_components/qunit/qunit/qunit.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<!-- Includes -->
@@ -13,7 +13,7 @@
<script src="data/testinit.js"></script>
- <script src="../bower_components/qunit/qunit.js"></script>
+ <script src="../bower_components/qunit/qunit/qunit.js"></script>
<script>
(function() {
var src = "../dist/jquery.min.js";