diff options
author | Oleg <markelog@gmail.com> | 2013-07-24 18:39:09 +0400 |
---|---|---|
committer | Oleg <markelog@gmail.com> | 2013-07-24 18:39:09 +0400 |
commit | c8c32f1d0583711355c593fb4c84332bfba18254 (patch) | |
tree | a8e8acc8d2d1964fdc462391987cc8da580a714e /test | |
parent | 831a532c3ce9b014ed7c0f8fd910a0a2fc0aa5aa (diff) | |
download | jquery-c8c32f1d0583711355c593fb4c84332bfba18254.tar.gz jquery-c8c32f1d0583711355c593fb4c84332bfba18254.zip |
Fix paths for qunit files
Diffstat (limited to 'test')
-rw-r--r-- | test/index.html | 4 |
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"; |