Skip to content

Commit 28093e6

Browse files
committed
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.
1 parent 2d633cb commit 28093e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/dialog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
<ul>
1111
<li><a href="default.html">Default functionality</a></li>
12-
<li><a href="animated.html">Animated dialog</a></li>
1312
<li><a href="modal-message.html">Modal message</a></li>
1413
<li><a href="modal-confirmation.html">Modal confirmation</a></li>
1514
<li><a href="modal-form.html">Modal form</a></li>
15+
<li><a href="animated.html">Animated dialog</a></li>
1616
</ul>
1717

1818
</body>

0 commit comments

Comments
 (0)