aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar/animated.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-11-22 08:43:09 -0500
committerScott González <scott.gonzalez@gmail.com>2011-11-22 08:43:09 -0500
commit54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch)
tree429e34770e71a9bc85be4262319c8a3816340772 /demos/progressbar/animated.html
parent35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff)
downloadjquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz
jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'demos/progressbar/animated.html')
-rw-r--r--demos/progressbar/animated.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html
index fa2594793..8fe6a5178 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.7.js"></script>
+ <script src="../../jquery-1.7.1.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>