diff options
Diffstat (limited to 'demos/datepicker/other-months.html')
-rw-r--r-- | demos/datepicker/other-months.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html index 3f570b923..19a090449 100644 --- a/demos/datepicker/other-months.html +++ b/demos/datepicker/other-months.html @@ -5,6 +5,7 @@ <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/jquery.ui.core.js"></script>
+ <script type="text/javascript" src="../../ui/jquery.ui.widget.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">
|