diff options
Diffstat (limited to 'demos/datepicker/other-months.html')
-rw-r--r-- | demos/datepicker/other-months.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html index f555f3f98..3f570b923 100644 --- a/demos/datepicker/other-months.html +++ b/demos/datepicker/other-months.html @@ -4,8 +4,8 @@ <title>jQuery UI Datepicker - Dates in other months</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.2.js"></script>
- <script type="text/javascript" src="../../ui/ui.core.js"></script>
- <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
+ <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/jquery.ui.datepicker.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
|