diff options
author | Todd Parker <fg.todd@gmail.com> | 2008-12-30 21:02:37 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2008-12-30 21:02:37 +0000 |
commit | 8d8f296fd2d48cfad55fc3200d230259fcb2894d (patch) | |
tree | 73bcb50d32356ad954c463e737abe667a04e372c /demos/progressbar/index.html | |
parent | 7aeb32c1ee705960e66221dbf84cf8e0af9580eb (diff) | |
download | jquery-ui-8d8f296fd2d48cfad55fc3200d230259fcb2894d.tar.gz jquery-ui-8d8f296fd2d48cfad55fc3200d230259fcb2894d.zip |
Changed local nav title to just say "Examples" instead of repeating the title
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r-- | demos/progressbar/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 22220e497..2e56e6ab7 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -7,10 +7,10 @@ <body> <div class="demos-nav"> - <h4>Progressbar</h4> + <h4>Examples</h4> <ul> - <li class="demo-config-on"><a href="default.html">Default</a></li> - <li><a href="resize.html">Resizable</a></li> + <li class="demo-config-on"><a href="default.html">Default progress bar</a></li> + <li><a href="resize.html">Resizable bar</a></li> </ul> </div> |