diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-12 14:44:09 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2009-01-12 14:44:09 +0000 |
commit | ea67dc4546259acd4d076ca01ec15d4798778c74 (patch) | |
tree | 1242dfba1460eea963ef7f310c75ab6d583925d2 /demos/effects_showhide/drop.html | |
parent | 3780ee78e72ea85e79614e09ef13a3eb8bd6ad65 (diff) | |
download | jquery-ui-ea67dc4546259acd4d076ca01ec15d4798778c74.tar.gz jquery-ui-ea67dc4546259acd4d076ca01ec15d4798778c74.zip |
temp commit: reverted to 1.2.6 to fix website issues
Diffstat (limited to 'demos/effects_showhide/drop.html')
-rw-r--r-- | demos/effects_showhide/drop.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html index c046abc05..2c1b529fc 100644 --- a/demos/effects_showhide/drop.html +++ b/demos/effects_showhide/drop.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Drop Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.3pre.js"></script> + <script type="text/javascript" src="../../jquery-1.2.6.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.drop.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> |