diff options
Diffstat (limited to 'demos/effects_showhide/clip.html')
-rw-r--r-- | demos/effects_showhide/clip.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/clip.html b/demos/effects_showhide/clip.html index 55184fa40..53d58cfa7 100644 --- a/demos/effects_showhide/clip.html +++ b/demos/effects_showhide/clip.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Clip Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.js"></script> + <script type="text/javascript" src="../../jquery-1.3.1.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.clip.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> |