aboutsummaryrefslogtreecommitdiffstats
path: root/demos/hide
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-03-22 09:57:33 -0400
committerScott González <scott.gonzalez@gmail.com>2012-03-22 09:57:33 -0400
commitec3ce5cf667e10f65fd9e6c62503e6d7a55d9672 (patch)
tree2dbb5ef92b9c54839595d36c5fe17cbacfaec3b4 /demos/hide
parenta76366f8fc731ec6946d9f6940c8a03040e31d23 (diff)
downloadjquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.tar.gz
jquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.zip
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'demos/hide')
-rw-r--r--demos/hide/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/hide/default.html b/demos/hide/default.html
index 2b9ef26cb..75ec1eb38 100644
--- a/demos/hide/default.html
+++ b/demos/hide/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Effects - Hide Demo</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.7.1.js"></script>
+ <script src="../../jquery-1.7.2.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>