diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-01 09:33:25 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-04-01 09:33:25 +0200 |
commit | 00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9 (patch) | |
tree | 27ef61ea33806b1d559fe45e0fa8a55a0a908700 /tests/visual/index.html | |
parent | df31e22b9572ef105fc83e130041b1165023a4ac (diff) | |
download | jquery-ui-00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9.tar.gz jquery-ui-00fdd8bcd9f9e771da46552e7b6fe11c867c9eb9.zip |
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing
changes made to ab8d15521785e764a6bf47beee0cfd18929607d3.
Need to revert this revert later on when actually merging the tooltip branch into master.
Diffstat (limited to 'tests/visual/index.html')
-rw-r--r-- | tests/visual/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/visual/index.html b/tests/visual/index.html index 8f4810225..ad46ddf8d 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -20,7 +20,6 @@ <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> @@ -44,7 +43,6 @@ <li><a href="progressbar/progressbar.html">Progressbar</a></li> <li><a href="slider/slider.html">Slider</a></li> <li><a href="tabs/tabs.html">Tabs</a></li> - <li><a href="tooltip/tooltip.html">Tooltip</a></li> </ul> </body> |