aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/multiple-calendars.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-11-14 15:25:08 -0500
committerScott González <scott.gonzalez@gmail.com>2012-11-14 15:25:08 -0500
commita0098ea57c54354553eeea2c54ccc00cd69442b9 (patch)
tree8ce969cbf52e10ac5bcbcc10c97d882632df4a36 /demos/datepicker/multiple-calendars.html
parenta1f629f3e8ff838dcc17497cc86702040ca57ce1 (diff)
downloadjquery-ui-a0098ea57c54354553eeea2c54ccc00cd69442b9.tar.gz
jquery-ui-a0098ea57c54354553eeea2c54ccc00cd69442b9.zip
Upgrade jQuery to 1.8.3.
Diffstat (limited to 'demos/datepicker/multiple-calendars.html')
-rw-r--r--demos/datepicker/multiple-calendars.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/multiple-calendars.html b/demos/datepicker/multiple-calendars.html
index 1a8b7e0eb..eedc9d001 100644
--- a/demos/datepicker/multiple-calendars.html
+++ b/demos/datepicker/multiple-calendars.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Datepicker - Display multiple months</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.8.2.js"></script>
+ <script src="../../jquery-1.8.3.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>