diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-11-22 08:43:09 -0500 |
commit | 54fb1441fe2f9595a8376b9f4bf7d766469f5045 (patch) | |
tree | 429e34770e71a9bc85be4262319c8a3816340772 /tests/visual/effects | |
parent | 35dd0417bdb442ad00a9eb37a85db5ddf1b14615 (diff) | |
download | jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.tar.gz jquery-ui-54fb1441fe2f9595a8376b9f4bf7d766469f5045.zip |
Upgrade jQuery to 1.7.1.
Diffstat (limited to 'tests/visual/effects')
-rw-r--r-- | tests/visual/effects/effects.all.html | 2 | ||||
-rw-r--r-- | tests/visual/effects/effects.scale.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/effects/effects.all.html b/tests/visual/effects/effects.all.html index 838e17a3c..ddc665437 100644 --- a/tests/visual/effects/effects.all.html +++ b/tests/visual/effects/effects.all.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects Test Suite</title> <link rel="stylesheet" href="effects.all.css" type="text/css"> - <script src="../../../jquery-1.7.js"></script> + <script src="../../../jquery-1.7.1.js"></script> <script src="../../../ui/jquery.effects.core.js"></script> <script src="../../../ui/jquery.effects.blind.js"></script> <script src="../../../ui/jquery.effects.bounce.js"></script> diff --git a/tests/visual/effects/effects.scale.html b/tests/visual/effects/effects.scale.html index 2d35cee18..845625e2e 100644 --- a/tests/visual/effects/effects.scale.html +++ b/tests/visual/effects/effects.scale.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Effects Test Suite</title> <link rel="stylesheet" href="effects.all.css" type="text/css"> - <script src="../../../jquery-1.7.js"></script> + <script src="../../../jquery-1.7.1.js"></script> <script src="../../../ui/jquery.effects.core.js"></script> <script src="../../../ui/jquery.effects.scale.js"></script> <script src="effects.all.js"></script> |