diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-11-29 09:51:04 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-11-29 09:51:04 -0500 |
commit | eb938a67a1f8ee0151fd6414d22a9e260894c935 (patch) | |
tree | ec4445c3a3e100710f0a4e1f429ac657b79ca027 /demos/progressbar/index.html | |
parent | 840e0cd4a8cf1709724e6f0a266f39a7f56ad617 (diff) | |
download | jquery-ui-eb938a67a1f8ee0151fd6414d22a9e260894c935.tar.gz jquery-ui-eb938a67a1f8ee0151fd6414d22a9e260894c935.zip |
Progressbar demos: Removed resize demo.
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r-- | demos/progressbar/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 2dcf6be9c..3997d8f77 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -8,7 +8,6 @@ <ul> <li><a href="default.html">Default functionality</a></li> - <li><a href="resize.html">Resizable progressbar</a></li> <li><a href="indeterminate.html">Indeterminate</a></li> </ul> |