aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/other-months.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/other-months.html')
-rw-r--r--demos/datepicker/other-months.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html
index 71a06c5d2..ecde4edeb 100644
--- a/demos/datepicker/other-months.html
+++ b/demos/datepicker/other-months.html
@@ -4,18 +4,13 @@
<meta charset="utf-8">
<title>jQuery UI Datepicker - Dates in other months</title>
<link rel="stylesheet" href="../../themes/base/all.css">
- <script src="../../external/jquery/jquery.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() {
+ <script src="../../external/requirejs/require.js"></script>
+ <script src="../bootstrap.js">
$( "#datepicker" ).datepicker({
showOtherMonths: true,
selectOtherMonths: true
});
- });
</script>
</head>
<body>