diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
commit | 54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch) | |
tree | 429e34770e71a9bc85be4262319c8a3816340772 /tests/visual/theme.html | |
parent | 35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff) | |
download | jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip |
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'tests/visual/theme.html')
-rw-r--r-- | tests/visual/theme.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/theme.html b/tests/visual/theme.html index d10f2444f..131cc41d7 100644 --- a/tests/visual/theme.html +++ b/tests/visual/theme.html @@ -4,7 +4,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>jQuery UI Example Page</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css" type="text/css"> - <script type="text/javascript" src="../../jquery-1.7.js"></script> + <script type="text/javascript" src="../../jquery-1.7.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> |