diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-03 11:15:16 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-03 11:15:16 +0000 |
commit | c701c7126cadee162f7783ae0d5b6003ca9e1b16 (patch) | |
tree | 14c8abb71cc44b719b98fe0e8f97b03eff7da272 /demos/tabs/index.html | |
parent | f291a813115b8b25d11f542ba2d4353189a868d4 (diff) | |
download | jquery-ui-c701c7126cadee162f7783ae0d5b6003ca9e1b16.tar.gz jquery-ui-c701c7126cadee162f7783ae0d5b6003ca9e1b16.zip |
reverted r2179 (demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for now as both have issues in Safari) restoring broken demos to trunk so they can be worked on for the next release (1.7.1)
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index 903e9f3fb..2fcab5a55 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -14,6 +14,7 @@ <li><a href="mouseover.html">Open on mouseover</a></li> <li><a href="collapsible.html">Collapse content</a></li> <li><a href="sortable.html">Sortable</a></li> + <li><a href="manipulation.html">Simple manipulation</a></li> </ul> </div> |