diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:36:10 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-01 00:36:10 +0000 |
commit | a6efad7be86dd707dd2ffbfe704b24caa161f650 (patch) | |
tree | b4af87717642bc656cb38e28a7d32565fdbaacbf /demos/selectable | |
parent | db5edc794f7b9479cd02a05d0fe0d690b71ffaf7 (diff) | |
download | jquery-ui-a6efad7be86dd707dd2ffbfe704b24caa161f650.tar.gz jquery-ui-a6efad7be86dd707dd2ffbfe704b24caa161f650.zip |
demos: touch ups
Diffstat (limited to 'demos/selectable')
-rw-r--r-- | demos/selectable/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectable/index.html b/demos/selectable/index.html index df4131023..8659eaefb 100644 --- a/demos/selectable/index.html +++ b/demos/selectable/index.html @@ -9,7 +9,7 @@ <div class="demos-nav"> <h4>Examples</h4> <ul> - <li class="demo-config-on"><a href="default.html">Default</a></li> + <li class="demo-config-on"><a href="default.html">Default Selectable</a></li> <li><a href="floating.html">Floating</a></li> <li><a href="serializing.html">Serializing</a></li> </ul> |