]> source.dussan.org Git - jquery-ui.git/commitdiff
Dialog demo: Move animated dialog demo to the end of the index
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 17:18:49 +0000 (19:18 +0200)
committerJörn Zaefferer <joern.zaefferer@gmail.com>
Thu, 24 Apr 2014 19:03:34 +0000 (21:03 +0200)
This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.

demos/dialog/index.html

index 2e407287651e3ad1ef439f9a80ec2e826676c035..5ba8452d57cf1dcab52e168bca2a1fef18728f03 100644 (file)
@@ -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>