aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 21:02:37 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 21:02:37 +0000
commit8d8f296fd2d48cfad55fc3200d230259fcb2894d (patch)
tree73bcb50d32356ad954c463e737abe667a04e372c
parent7aeb32c1ee705960e66221dbf84cf8e0af9580eb (diff)
downloadjquery-ui-8d8f296fd2d48cfad55fc3200d230259fcb2894d.tar.gz
jquery-ui-8d8f296fd2d48cfad55fc3200d230259fcb2894d.zip
Changed local nav title to just say "Examples" instead of repeating the title
-rw-r--r--demos/accordion/index.html2
-rw-r--r--demos/datepicker/index.html2
-rw-r--r--demos/dialog/index.html2
-rw-r--r--demos/draggable/index.html2
-rw-r--r--demos/droppable/index.html2
-rw-r--r--demos/progressbar/index.html6
-rw-r--r--demos/resizable/index.html2
-rw-r--r--demos/selectable/index.html2
-rw-r--r--demos/slider/index.html2
-rw-r--r--demos/sortable/index.html2
-rw-r--r--demos/tabs/index.html2
11 files changed, 13 insertions, 13 deletions
diff --git a/demos/accordion/index.html b/demos/accordion/index.html
index 1c2a13676..4e1089e40 100644
--- a/demos/accordion/index.html
+++ b/demos/accordion/index.html
@@ -6,7 +6,7 @@
</head>
<body>
<div class="demos-nav">
- <h4>Accordion</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default accordion</a></li>
<li><a href="mouseover.html">Mouseover event</a></li>
diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html
index 7e0a8f6f4..44abcacc4 100644
--- a/demos/datepicker/index.html
+++ b/demos/datepicker/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Datepicker</h4>
+ <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>
diff --git a/demos/dialog/index.html b/demos/dialog/index.html
index 2257fc6a8..623c1b36c 100644
--- a/demos/dialog/index.html
+++ b/demos/dialog/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Dialog</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default dialog</a></li>
<li><a href="modal.html">Modal dialog</a></li>
diff --git a/demos/draggable/index.html b/demos/draggable/index.html
index 3da1373d5..06cd87235 100644
--- a/demos/draggable/index.html
+++ b/demos/draggable/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Draggable</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default</a></li>
<li><a href="axis.html">Axis</a></li>
diff --git a/demos/droppable/index.html b/demos/droppable/index.html
index 3cec15189..6fd371a25 100644
--- a/demos/droppable/index.html
+++ b/demos/droppable/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Droppable</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default</a></li>
<li><a href="accept.html">accept</a></li>
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>
diff --git a/demos/resizable/index.html b/demos/resizable/index.html
index f45eafcae..0d329c53a 100644
--- a/demos/resizable/index.html
+++ b/demos/resizable/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Resizable</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default</a></li>
<li><a href="alsoresize.html">Also Resize</a></li>
diff --git a/demos/selectable/index.html b/demos/selectable/index.html
index 38d7f58e4..e0276b3e2 100644
--- a/demos/selectable/index.html
+++ b/demos/selectable/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Selectable</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default</a></li>
</ul>
diff --git a/demos/slider/index.html b/demos/slider/index.html
index 9000a2a3f..5fab01303 100644
--- a/demos/slider/index.html
+++ b/demos/slider/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Slider</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default single slider</a></li>
<li><a href="steps.html">Snap to every 50 steps</a></li>
diff --git a/demos/sortable/index.html b/demos/sortable/index.html
index cf0fc0b4e..1f462242e 100644
--- a/demos/sortable/index.html
+++ b/demos/sortable/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Sortable</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default</a></li>
<li><a href="floating.html">Floating</a></li>
diff --git a/demos/tabs/index.html b/demos/tabs/index.html
index 7ecaf1eb0..ef3787b95 100644
--- a/demos/tabs/index.html
+++ b/demos/tabs/index.html
@@ -7,7 +7,7 @@
<body>
<div class="demos-nav">
- <h4>Tabs</h4>
+ <h4>Examples</h4>
<ul>
<li class="demo-config-on"><a href="default.html">Default tabs</a></li>
<li><a href="ajax.html">Ajax tabs</a></li>