diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-08 05:44:34 +0000 |
commit | 9c3105200ebda034e7a3fa74b9ac4f71e217c9af (patch) | |
tree | 61eca278d2b1b42fd15e4e606ae52ef3e4f56b21 /demos/effects_showhide | |
parent | c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (diff) | |
download | jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.tar.gz jquery-ui-9c3105200ebda034e7a3fa74b9ac4f71e217c9af.zip |
reverted r1544 (it was temporary)
Diffstat (limited to 'demos/effects_showhide')
-rw-r--r-- | demos/effects_showhide/blind.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/clip.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/default.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/drop.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/explode.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/fold.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/puff.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/scale.html | 2 | ||||
-rw-r--r-- | demos/effects_showhide/slide.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/demos/effects_showhide/blind.html b/demos/effects_showhide/blind.html index d165ef30b..ded453ee6 100644 --- a/demos/effects_showhide/blind.html +++ b/demos/effects_showhide/blind.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Blind Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.blind.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/effects_showhide/clip.html b/demos/effects_showhide/clip.html index fb5ab186f..1aa7e1cac 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.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.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" /> diff --git a/demos/effects_showhide/default.html b/demos/effects_showhide/default.html index d165ef30b..ded453ee6 100644 --- a/demos/effects_showhide/default.html +++ b/demos/effects_showhide/default.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Blind Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.blind.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/effects_showhide/drop.html b/demos/effects_showhide/drop.html index 2c1b529fc..c046abc05 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.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.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" /> diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html index 0b4a5d3ec..806c2bb92 100644 --- a/demos/effects_showhide/explode.html +++ b/demos/effects_showhide/explode.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Explode Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.explode.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/effects_showhide/fold.html b/demos/effects_showhide/fold.html index 7b03c8541..ef9cffaa0 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.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.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" /> diff --git a/demos/effects_showhide/puff.html b/demos/effects_showhide/puff.html index bece7af07..edd098ca8 100644 --- a/demos/effects_showhide/puff.html +++ b/demos/effects_showhide/puff.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Puff Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.scale.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/effects_showhide/scale.html b/demos/effects_showhide/scale.html index 993f9d834..b4c35507a 100644 --- a/demos/effects_showhide/scale.html +++ b/demos/effects_showhide/scale.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Scale Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.scale.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> diff --git a/demos/effects_showhide/slide.html b/demos/effects_showhide/slide.html index 6641bd306..15484e3d7 100644 --- a/demos/effects_showhide/slide.html +++ b/demos/effects_showhide/slide.html @@ -3,7 +3,7 @@ <head> <title>jQuery UI Effects - Slide Demo</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> - <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="../../jquery-1.3pre.js"></script> <script type="text/javascript" src="../../ui/effects.core.js"></script> <script type="text/javascript" src="../../ui/effects.slide.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> |