diff options
Diffstat (limited to 'demos/progressbar/default.html')
-rw-r--r-- | demos/progressbar/default.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index f1d600c4c..a814adbe2 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -1,10 +1,10 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Progressbar - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.0.js"></script> + <script src="../../jquery-1.8.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.progressbar.js"></script> @@ -19,17 +19,10 @@ </head> <body> -<div class="demo"> - <div id="progressbar"></div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Default determinate progress bar.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |