diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:54:02 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:54:02 -0500 |
commit | 94cc884adf729debf2b9acdd6789b9ea02063cb0 (patch) | |
tree | 218be507e1198f4d795c8b6efb57cbf0d400af93 /demos/animate | |
parent | ffd3f510f1c0fbfe99ce2f1aab81d56d9b03f88e (diff) | |
download | jquery-ui-94cc884adf729debf2b9acdd6789b9ea02063cb0.tar.gz jquery-ui-94cc884adf729debf2b9acdd6789b9ea02063cb0.zip |
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'demos/animate')
-rw-r--r-- | demos/animate/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/animate/default.html b/demos/animate/default.html index cbbf56afd..e2b345717 100644 --- a/demos/animate/default.html +++ b/demos/animate/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects - Animate demo</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.effects.core.js"></script> <link rel="stylesheet" href="../demos.css"> <style> |