aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/index.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 20:11:05 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 20:11:07 +0200
commit905c5dbf19511c49e93484e81f8c8fd3c315072c (patch)
treefe127936fd467000b3a224ee6942aa418acf5916 /demos/draggable/index.html
parent22de101e406c49697fee54a778f94d3535750342 (diff)
downloadjquery-ui-905c5dbf19511c49e93484e81f8c8fd3c315072c.tar.gz
jquery-ui-905c5dbf19511c49e93484e81f8c8fd3c315072c.zip
Demos: Delete useless interactions demos
All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous.
Diffstat (limited to 'demos/draggable/index.html')
-rw-r--r--demos/draggable/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/draggable/index.html b/demos/draggable/index.html
index 48d050b1e..ceffb9b72 100644
--- a/demos/draggable/index.html
+++ b/demos/draggable/index.html
@@ -11,7 +11,6 @@
<li><a href="default.html">Default functionality</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="constrain-movement.html">Constrain movement</a></li>
- <li><a href="delay-start.html">Delay start</a></li>
<li><a href="snap-to.html">Snap to element or grid</a></li>
<li><a href="scroll.html">Auto-scroll</a></li>
<li><a href="revert.html">Revert position</a></li>