diff options
author | Felix Nagel <info@felixnagel.com> | 2012-05-17 16:01:59 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-05-17 16:01:59 +0200 |
commit | df96a7bbc1eb220aecb246ab565595e7b866fb33 (patch) | |
tree | fec90c89384ec3197b433697029f6c14239ade40 /demos/datepicker/min-max.html | |
parent | 469a76c846888e684a015d4dbda2823598f41528 (diff) | |
parent | 8226f9f02c4d88885f2df8dde1996eaf9dd6f270 (diff) | |
download | jquery-ui-df96a7bbc1eb220aecb246ab565595e7b866fb33.tar.gz jquery-ui-df96a7bbc1eb220aecb246ab565595e7b866fb33.zip |
Upgrade to jQuery 1.7.2 and jQuery UI 1.8.20
Diffstat (limited to 'demos/datepicker/min-max.html')
-rw-r--r-- | demos/datepicker/min-max.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html index d8119cf6b..cc1fbda42 100644 --- a/demos/datepicker/min-max.html +++ b/demos/datepicker/min-max.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Datepicker - Restrict date range</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.4.js"></script> + <script src="../../jquery-1.7.2.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> |