diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 09:13:28 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 09:13:28 +0000 |
commit | 19a1468fc3af67c0fb5eefb4aad460d439830808 (patch) | |
tree | f01e7bc708d070e061a63368f89ab12774e71286 /demos/effects_showhide/fold.html | |
parent | 4176d55bfbf4dc4cb1d7704fc9d52c1fb345dfc0 (diff) | |
download | jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.tar.gz jquery-ui-19a1468fc3af67c0fb5eefb4aad460d439830808.zip |
switched to jQuery 1.3.1
Diffstat (limited to 'demos/effects_showhide/fold.html')
-rw-r--r-- | demos/effects_showhide/fold.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/fold.html b/demos/effects_showhide/fold.html index cd3ec95ae..8c1724a02 100644 --- a/demos/effects_showhide/fold.html +++ b/demos/effects_showhide/fold.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Fold 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.fold.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> |