diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-06-10 10:43:28 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-06-10 10:43:28 +0000 |
commit | b5bf25ba1a3abc59e113fd86d4abb6411558113d (patch) | |
tree | 08fa56e000ad4f5c436331d65f668e34fa71b39d /demos/functional/index.html | |
parent | 7d9c73f0c57f09b09d827a0f7e7d24da3eb8764e (diff) | |
download | jquery-ui-b5bf25ba1a3abc59e113fd86d4abb6411558113d.tar.gz jquery-ui-b5bf25ba1a3abc59e113fd86d4abb6411558113d.zip |
Added datepicker to demo list.
Diffstat (limited to 'demos/functional/index.html')
-rw-r--r-- | demos/functional/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index 05e359977..333b0b9d1 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -97,7 +97,7 @@ <li><a href="#ui.resizable" title="Goto Resizable's Component Page">Resizable</a></li> <li><a href="#ui.selectable" title="Goto Selectable's Component Page">Selectable</a></li> <li><a href="#ui.sortable" title="Goto Sortable's Component Page">Sortable</a></li> - + <li><a href="#ui.datepicker" title="Goto Datepicker's Component Page">Datepicker</a></li> </ul> </div> <br style="clear:both;"> |