diff options
author | Richard Worth <rdworth@gmail.com> | 2010-02-16 02:39:57 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-02-16 02:39:57 +0000 |
commit | 0798b107175430b761f8dc43a5b69eeb7a0261a2 (patch) | |
tree | 8f9fd95bfe13d59077c07b97a5708cd34dae2632 /demos/progressbar | |
parent | c9f30818afb8c4cd514fcebc8ee05a409e78e065 (diff) | |
download | jquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.tar.gz jquery-ui-0798b107175430b761f8dc43a5b69eeb7a0261a2.zip |
Fixed #5182 - Update to jQuery 1.4.2
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 a22e02ef4..36171414b 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/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 2cc9ef25b..194112412 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/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index 4d7157f87..bb021ab8a 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/jquery.ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.4.1.js"></script> + <script type="text/javascript" src="../../jquery-1.4.2.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.progressbar.js"></script> |