diff options
Diffstat (limited to 'demos/show/default.html')
-rw-r--r-- | demos/show/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/show/default.html b/demos/show/default.html index d45b0971a..724d479a9 100644 --- a/demos/show/default.html +++ b/demos/show/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Show Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../jquery-1.4.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.bounce.js"></script> |