diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-25 11:46:45 -0400 |
commit | daadc343be2f139e82719e2e5ff466aa19ec166f (patch) | |
tree | d423e2f30b528122fd9e95bea0b0d936f2665086 /demos/progressbar | |
parent | f59a3e91e31379663983377f9dbd682e7bc67834 (diff) | |
download | jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.tar.gz jquery-ui-daadc343be2f139e82719e2e5ff466aa19ec166f.zip |
Upgrade jQuery to 1.6.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 73f547726..dbd0eb922 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.5.1.js"></script> + <script src="../../jquery-1.6.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> diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 5c6ca43db..92a1fbf98 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.5.1.js"></script> + <script src="../../jquery-1.6.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> diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html index adc1fbbfb..e45b5d888 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.5.1.js"></script> + <script src="../../jquery-1.6.2.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> |