aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 19:18:49 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 21:03:34 +0200
commit28093e68964e540b9d9cd73dcb63fc6fd5386932 (patch)
tree3ebad5518acd31cadadeb1e8aa8f8e003892b660
parent2d633cb78217737ded13461325de4bd8f0dc4c1f (diff)
downloadjquery-ui-28093e68964e540b9d9cd73dcb63fc6fd5386932.tar.gz
jquery-ui-28093e68964e540b9d9cd73dcb63fc6fd5386932.zip
Dialog demo: Move animated dialog demo to the end of the index
This demo looks rather silly and has no purpose beyond showing of the animation options. It doesn't do that very well.
-rw-r--r--demos/dialog/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/index.html b/demos/dialog/index.html
index 2e4072876..5ba8452d5 100644
--- a/demos/dialog/index.html
+++ b/demos/dialog/index.html
@@ -9,10 +9,10 @@
<ul>
<li><a href="default.html">Default functionality</a></li>
- <li><a href="animated.html">Animated 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>
+ <li><a href="animated.html">Animated dialog</a></li>
</ul>
</body>