aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/dropdown-month-year.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/dropdown-month-year.html')
-rw-r--r--demos/datepicker/dropdown-month-year.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/datepicker/dropdown-month-year.html b/demos/datepicker/dropdown-month-year.html
index 84b16c9bf..d5bc25308 100644
--- a/demos/datepicker/dropdown-month-year.html
+++ b/demos/datepicker/dropdown-month-year.html
@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Display month &amp; year menus</title>
- <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
+ <link rel="stylesheet" href="../../themes/base/all.css">
<script src="../../jquery-1.10.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>
+ <script src="../../ui/core.js"></script>
+ <script src="../../ui/widget.js"></script>
+ <script src="../../ui/datepicker.js"></script>
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {