diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-11 17:31:36 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-11 17:31:36 -0400 |
commit | 4aafdfd10b8d29288a81ca7a40d22d5bd5954a92 (patch) | |
tree | 55df205c66b4e27b2697953e004e7a0b4b1b3f29 /demos/tabs/index.html | |
parent | f1031b3f3a94698f62074c00b43a5ac36bb80a8c (diff) | |
download | jquery-ui-4aafdfd10b8d29288a81ca7a40d22d5bd5954a92.tar.gz jquery-ui-4aafdfd10b8d29288a81ca7a40d22d5bd5954a92.zip |
Tabs: Removed cookie demo since the cookie option is deprecated.
Diffstat (limited to 'demos/tabs/index.html')
-rw-r--r-- | demos/tabs/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/tabs/index.html b/demos/tabs/index.html index c0d668435..dbf7fee5a 100644 --- a/demos/tabs/index.html +++ b/demos/tabs/index.html @@ -17,7 +17,6 @@ <li><a href="sortable.html">Sortable</a></li> <li><a href="manipulation.html">Simple manipulation</a></li> <li><a href="bottom.html">Tabs below content</a></li> - <li><a href="cookie.html">Cookie persistence</a></li> </ul> </div> |