diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-30 21:07:45 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-30 21:07:45 +0000 |
commit | 25210e9cfdfd9591299a814d93a8cff9cf776856 (patch) | |
tree | b184b4919434c368e2ade77d70864f5a5299312a /demos/datepicker/index.html | |
parent | 0039ce123f5b2fd836b2c18f556cd5a80ab29b7c (diff) | |
download | jquery-ui-25210e9cfdfd9591299a814d93a8cff9cf776856.tar.gz jquery-ui-25210e9cfdfd9591299a814d93a8cff9cf776856.zip |
encoded &
Diffstat (limited to 'demos/datepicker/index.html')
-rw-r--r-- | demos/datepicker/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index 44abcacc4..fef4eb49b 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -10,7 +10,7 @@ <h4>Examples</h4> <ul> <li class="demo-config-on"><a href="default.html">Default datepicker</a></li> - <li><a href="dropdown_month_year.html">Month & year menus</a></li> + <li><a href="dropdown_month_year.html">Month & year menus</a></li> <li><a href="buttonbar.html">Button bar</a></li> <li><a href="multiple_calendars.html">3 month view</a></li> <li><a href="inline.html">Inline datepicker</a></li> |