aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg <markelog@gmail.com>2013-07-24 18:39:09 +0400
committerOleg <markelog@gmail.com>2013-07-24 18:39:09 +0400
commitc8c32f1d0583711355c593fb4c84332bfba18254 (patch)
treea8e8acc8d2d1964fdc462391987cc8da580a714e
parent831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa (diff)
downloadjquery-c8c32f1d0583711355c593fb4c84332bfba18254.tar.gz
jquery-c8c32f1d0583711355c593fb4c84332bfba18254.zip
Fix paths for qunit files
-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";