aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/index.html
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2012-03-26 21:51:16 -0500
committerKris Borchers <kris.borchers@gmail.com>2012-11-21 21:48:17 -0600
commitd3bc471688047d3c2dda3335dd642b724794070b (patch)
treed01bdb5123839618a79cefb670466886a869de24 /demos/progressbar/index.html
parent509259a66e28aad3f574fb77a06ceb201a271698 (diff)
downloadjquery-ui-d3bc471688047d3c2dda3335dd642b724794070b.tar.gz
jquery-ui-d3bc471688047d3c2dda3335dd642b724794070b.zip
Progressbar: Add ability to set value: false for an indeterminate progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r--demos/progressbar/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html
index 5080520c2..df3483816 100644
--- a/demos/progressbar/index.html
+++ b/demos/progressbar/index.html
@@ -10,6 +10,7 @@
<li><a href="default.html">Default functionality</a></li>
<li><a href="animated.html">Animated</a></li>
<li><a href="resize.html">Resizable progressbar</a></li>
+ <li><a href="indeterminate.html">Indeterminate</a></li>
</ul>
</body>