diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-10-21 22:29:28 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-21 22:29:28 -0400 |
commit | 19f9c3a559497c893a4fcdbc8cbbbacef60c315c (patch) | |
tree | 70e2ae0804daf12272e837b32f80b6ad1db96d91 /demos/datepicker/show-week.html | |
parent | 789e7f753ee40c9eea5c69706f79238175bc6112 (diff) | |
download | jquery-ui-19f9c3a559497c893a4fcdbc8cbbbacef60c315c.tar.gz jquery-ui-19f9c3a559497c893a4fcdbc8cbbbacef60c315c.zip |
Upgraded jQuery to 1.4.3.
Diffstat (limited to 'demos/datepicker/show-week.html')
-rw-r--r-- | demos/datepicker/show-week.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/show-week.html b/demos/datepicker/show-week.html index 83e2349b6..0a47ed283 100644 --- a/demos/datepicker/show-week.html +++ b/demos/datepicker/show-week.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Datepicker - Show week of the year</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.2.js"></script> + <script src="../../jquery-1.4.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> |