diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-12-22 18:58:57 +0100 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-12-22 18:58:57 +0100 |
commit | 0479ab6af6414c7a8e779c3cab3e7e8406f9eb62 (patch) | |
tree | cab8e0ea33ef3db131877d307a2b7c7099b7709e /tests/visual/index.html | |
parent | 3552947c19b8ea1b779dc9809783c6ac6a218d68 (diff) | |
parent | 1fd34199efa9ddc35276b415cad8e7e37a6cc856 (diff) | |
download | jquery-ui-0479ab6af6414c7a8e779c3cab3e7e8406f9eb62.tar.gz jquery-ui-0479ab6af6414c7a8e779c3cab3e7e8406f9eb62.zip |
Merge remote branch 'origin/tooltip'
Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html
Diffstat (limited to 'tests/visual/index.html')
-rw-r--r-- | tests/visual/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/visual/index.html b/tests/visual/index.html index 04e23fddd..2a556dc89 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -21,6 +21,7 @@ <li><a href="compound/draggable_accordion.html">Draggable Accordion</a></li> <li><a href="compound/sortable_accordion_sortable_tabs.html">Accordion within Tabs, both Sortable</a></li> <li><a href="compound/tabs_tabs.html">Tabs contains Tabs</a></li> + <li><a href="compound/tabs_tooltips.html">Tabs with Tooltips</a></li> <li><a href="compound/widgets_in_dialog.html">All Widgets within a Dialog</a></li> </ul> @@ -53,6 +54,7 @@ <li><a href="slider/slider.html">Slider</a></li> <li><a href="spinner/spinner.html">Spinner</a></li> <li><a href="tabs/tabs.html">Tabs</a></li> + <li><a href="tooltip/tooltip.html">Tooltip</a></li> </ul> </body> |