summaryrefslogtreecommitdiffstats
path: root/demos/datepicker/min-max.html
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-05-17 16:01:59 +0200
committerFelix Nagel <info@felixnagel.com>2012-05-17 16:01:59 +0200
commitdf96a7bbc1eb220aecb246ab565595e7b866fb33 (patch)
treefec90c89384ec3197b433697029f6c14239ade40 /demos/datepicker/min-max.html
parent469a76c846888e684a015d4dbda2823598f41528 (diff)
parent8226f9f02c4d88885f2df8dde1996eaf9dd6f270 (diff)
downloadjquery-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.html2
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>