diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:20:33 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-10-06 07:20:33 -0400 |
commit | ad7bae46720187c6bea66b83b0368fa175e0bd32 (patch) | |
tree | 79db88fed883c41e76a0bfed9f340191906bd4e6 /tests/js | |
parent | a2a8951fdd961a0e3c30c7cd12250dffe886593d (diff) | |
download | python-coveragepy-git-ad7bae46720187c6bea66b83b0368fa175e0bd32.tar.gz |
Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the html gold files, where it really doesn't, but it's good to clean it all up.
Diffstat (limited to 'tests/js')
-rw-r--r-- | tests/js/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/index.html b/tests/js/index.html index 60bdb30a..5edfced9 100644 --- a/tests/js/index.html +++ b/tests/js/index.html @@ -3,7 +3,7 @@ <head> <title>Coverage.py Javascript Test Suite</title> <link rel="stylesheet" href="../qunit/qunit.css" type="text/css" media="screen"> - <script type="text/javascript" src="../../coverage/htmlfiles/jquery-1.4.3.min.js"></script> + <script type="text/javascript" src="../../coverage/htmlfiles/jquery.min.js"></script> <script type='text/javascript' src="../../coverage/htmlfiles/jquery.isonscreen.js"></script> <script type="text/javascript" src="../../coverage/htmlfiles/coverage_html.js"></script> <script type="text/javascript" src="../qunit/qunit.js"></script> |