aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/index.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 19:18:20 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 21:03:34 +0200
commit2d633cb78217737ded13461325de4bd8f0dc4c1f (patch)
treeb4c5f1a5fc255c9b4eedc125ae909ce7fbfcd081 /demos/dialog/index.html
parent905c5dbf19511c49e93484e81f8c8fd3c315072c (diff)
downloadjquery-ui-2d633cb78217737ded13461325de4bd8f0dc4c1f.tar.gz
jquery-ui-2d633cb78217737ded13461325de4bd8f0dc4c1f.zip
Dialog demo: Remove regular modal demo, the other modal demos are better
Diffstat (limited to 'demos/dialog/index.html')
-rw-r--r--demos/dialog/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html
index dff73dfa1..2e4072876 100644
--- a/demos/dialog/index.html
+++ b/demos/dialog/index.html
@@ -10,7 +10,6 @@
<ul>
<li><a href="default.html">Default functionality</a></li>
<li><a href="animated.html">Animated dialog</a></li>
- <li><a href="modal.html">Modal dialog</a></li>
<li><a href="modal-message.html">Modal message</a></li>
<li><a href="modal-confirmation.html">Modal confirmation</a></li>
<li><a href="modal-form.html">Modal form</a></li>