diff options
Diffstat (limited to 'demos/datepicker/inline.html')
-rw-r--r-- | demos/datepicker/inline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/inline.html b/demos/datepicker/inline.html index 5bf2e847f..fe1f2dfbe 100644 --- a/demos/datepicker/inline.html +++ b/demos/datepicker/inline.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Datepicker - Display inline</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.7.js"></script> + <script src="../../jquery-1.7.1.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.datepicker.js"></script> |