aboutsummaryrefslogtreecommitdiffstats
path: root/tests/index.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-09 10:18:33 -0500
committerScott González <scott.gonzalez@gmail.com>2011-11-09 10:18:33 -0500
commit50dab05784f0d9e98cbf46a975375badb484610b (patch)
tree434ee0ff80bc270614fedab4f52ddc7128acc09e /tests/index.html
parent1856a84d590e1711935b72d1441851f4595f4f7d (diff)
downloadjquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.tar.gz
jquery-ui-50dab05784f0d9e98cbf46a975375badb484610b.zip
Upgrade jQuery to 1.7.
Diffstat (limited to 'tests/index.html')
-rw-r--r--tests/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.html b/tests/index.html
index abd98f85e..81118a19a 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>jQuery UI Tests</title>
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css" type="text/css" />
- <script type="text/javascript" src="../jquery-1.6.4.js"></script>
+ <script type="text/javascript" src="../jquery-1.7.js"></script>
<link rel="stylesheet" href="tests.css" type="text/css" />
<script type="text/javascript" src="tests.js"></script>
</head>