diff options
author | kborchers <kris.borchers@gmail.com> | 2012-03-26 21:51:16 -0500 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2012-11-21 21:48:17 -0600 |
commit | d3bc471688047d3c2dda3335dd642b724794070b (patch) | |
tree | d01bdb5123839618a79cefb670466886a869de24 /demos/progressbar/index.html | |
parent | 509259a66e28aad3f574fb77a06ceb201a271698 (diff) | |
download | jquery-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.html | 1 |
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> |