aboutsummaryrefslogtreecommitdiffstats
path: root/demos
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 /demos
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.
Diffstat (limited to 'demos')
-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>
44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126