diff options
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/animated.html | 2 | ||||
-rw-r--r-- | demos/progressbar/default.html | 2 | ||||
-rw-r--r-- | demos/progressbar/resize.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index 7322a42ed..db013d924 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Animated</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> <script type="text/javascript" src="../../ui/ui.progressbar.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 5cf640f90..a06e6bf10 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Default functionality</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> <script type="text/javascript" src="../../ui/ui.progressbar.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index fbdeefec3..d1c53afed 100644 --- a/demos/progressbar/resize.html +++ b/demos/progressbar/resize.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Progressbar - Resizable</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.1.js"></script> + <script type="text/javascript" src="../../jquery-1.3.2.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> <script type="text/javascript" src="../../ui/ui.progressbar.js"></script> <script type="text/javascript" src="../../ui/ui.resizable.js"></script> |