diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 09:38:27 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-10-18 09:38:27 -0400 |
commit | efe964d86e24370aadc9cbd2aa90ef7d9b8ed138 (patch) | |
tree | 62234aae4231a7196076a6b9d658704fbf176fc7 /demos/progressbar | |
parent | d871fe46aa18abd561f2f9189a5e14c00f022420 (diff) | |
download | jquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.tar.gz jquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.zip |
Upgraded jQuery to 1.6.4.
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 dbd0eb922..009307cc0 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Progressbar - Animated</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.2.js"></script> + <script src="../../jquery-1.6.4.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> diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 92a1fbf98..aadf03fe1 100644 --- a/demos/progressbar/default.html +++ b/demos/progressbar/default.html @@ -4,7 +4,7 @@ <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.6.2.js"></script> + <script src="../../jquery-1.6.4.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> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index e45b5d888..c0a3489f2 100644 --- a/demos/progressbar/resize.html +++ b/demos/progressbar/resize.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Progressbar - Resizable</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.6.2.js"></script> + <script src="../../jquery-1.6.4.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.mouse.js"></script> |