aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-10-18 09:38:27 -0400
committerScott González <scott.gonzalez@gmail.com>2011-10-18 09:38:27 -0400
commitefe964d86e24370aadc9cbd2aa90ef7d9b8ed138 (patch)
tree62234aae4231a7196076a6b9d658704fbf176fc7 /demos/effect
parentd871fe46aa18abd561f2f9189a5e14c00f022420 (diff)
downloadjquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.tar.gz
jquery-ui-efe964d86e24370aadc9cbd2aa90ef7d9b8ed138.zip
Upgraded jQuery to 1.6.4.
Diffstat (limited to 'demos/effect')
-rw-r--r--demos/effect/default.html2
-rw-r--r--demos/effect/easing.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/effect/default.html b/demos/effect/default.html
index b3d102eb2..1e315cb3a 100644
--- a/demos/effect/default.html
+++ b/demos/effect/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Effect demo</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.effects.core.js"></script>
<script src="../../ui/jquery.effects.blind.js"></script>
<script src="../../ui/jquery.effects.bounce.js"></script>
diff --git a/demos/effect/easing.html b/demos/effect/easing.html
index 31d707d8e..14d7cf53b 100644
--- a/demos/effect/easing.html
+++ b/demos/effect/easing.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Easing demo</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.effects.core.js"></script>
<link rel="stylesheet" href="../demos.css">
<style>