diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:00:03 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 10:00:03 -0400 |
commit | 4dd204b06788acddcad44ce52dc013402ffa0bfc (patch) | |
tree | 164090c7a694fec8b4902d0a027871584f32243d /demos/datepicker/dropdown-month-year.html | |
parent | b41873ba0dd8f84ec282f77d029c7dc0ee99b873 (diff) | |
download | jquery-ui-4dd204b06788acddcad44ce52dc013402ffa0bfc.tar.gz jquery-ui-4dd204b06788acddcad44ce52dc013402ffa0bfc.zip |
Upgraded jQuery to 1.6.4.
Diffstat (limited to 'demos/datepicker/dropdown-month-year.html')
-rw-r--r-- | demos/datepicker/dropdown-month-year.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html index 2f6285dc5..bda7a889d 100644 --- a/demos/datepicker/dropdown-month-year.html +++ b/demos/datepicker/dropdown-month-year.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Datepicker - Display month & year menus</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.2.js"></script> + <script src="../../jquery-1.6.4.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> |