aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/datepicker/datepicker.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-22 08:43:09 -0500
committerScott González <scott.gonzalez@gmail.com>2011-11-22 08:43:09 -0500
commit54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch)
tree429e34770e71a9bc85be4262319c8a3816340772 /tests/static/datepicker/datepicker.html
parent35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff)
downloadjquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz
jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'tests/static/datepicker/datepicker.html')
-rw-r--r--tests/static/datepicker/datepicker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/static/datepicker/datepicker.html b/tests/static/datepicker/datepicker.html
index 2b7ec32bd..6b8253b0e 100644
--- a/tests/static/datepicker/datepicker.html
+++ b/tests/static/datepicker/datepicker.html
@@ -5,7 +5,7 @@
<title>jQuery UI Datepicker Static Markup Test Page</title>
<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
<link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
- <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="../static.js"></script>
<style type="text/css">
.ui-datepicker { float:left; margin: 0 2em 2em 0;}