mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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.
This commit is contained in:
parent
2d633cb782
commit
28093e6896
@ -9,10 +9,10 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="default.html">Default functionality</a></li>
|
<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-message.html">Modal message</a></li>
|
||||||
<li><a href="modal-confirmation.html">Modal confirmation</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="modal-form.html">Modal form</a></li>
|
||||||
|
<li><a href="animated.html">Animated dialog</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user