diff options
author | Richard Worth <rdworth@gmail.com> | 2010-01-27 12:29:43 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-01-27 12:29:43 +0000 |
commit | 79bd9550546368dafe30af5ee068c78660e32921 (patch) | |
tree | 1dc0c7a7cf3156e569bd9a56054f55b5e01795f6 /demos/progressbar | |
parent | 3eaf9daacaefa5f9f3ac469e4136c9f12cad5b9e (diff) | |
download | jquery-ui-79bd9550546368dafe30af5ee068c78660e32921.tar.gz jquery-ui-79bd9550546368dafe30af5ee068c78660e32921.zip |
switched to jQuery 1.4.1
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 e5fb1b251..c4d5bb76b 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.4.js"></script> + <script type="text/javascript" src="../../jquery-1.4.1.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 67fc44195..b95f87ad6 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.4.js"></script> + <script type="text/javascript" src="../../jquery-1.4.1.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 43895f32a..f15e01888 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.4.js"></script> + <script type="text/javascript" src="../../jquery-1.4.1.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> |