diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2012-12-29 23:17:38 -0600 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-04-30 10:08:56 -0500 |
commit | a74b69e7c2a1e926f393f275d9abac3e58aee01b (patch) | |
tree | d5a76a3b2fdafaa0828492b3c6accc0443d3d0be /demos/progressbar/index.html | |
parent | 7af03b73ea0786de9361f3cd21ef46047cb957d7 (diff) | |
download | jquery-ui-a74b69e7c2a1e926f393f275d9abac3e58aee01b.tar.gz jquery-ui-a74b69e7c2a1e926f393f275d9abac3e58aee01b.zip |
Progressbar: Add new download dialog demo
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 cfc054aea..85aacc84f 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="indeterminate.html">Indeterminate</a></li> <li><a href="label.html">Custom Labels</a></li> + <li><a href="download.html">Download Dialog</a></li> </ul> </body> |