aboutsummaryrefslogtreecommitdiffstats
path: root/demos/show
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-01-27 12:29:43 +0000
committerRichard Worth <rdworth@gmail.com>2010-01-27 12:29:43 +0000
commit79bd9550546368dafe30af5ee068c78660e32921 (patch)
tree1dc0c7a7cf3156e569bd9a56054f55b5e01795f6 /demos/show
parent3eaf9daacaefa5f9f3ac469e4136c9f12cad5b9e (diff)
downloadjquery-ui-79bd9550546368dafe30af5ee068c78660e32921.tar.gz
jquery-ui-79bd9550546368dafe30af5ee068c78660e32921.zip
switched to jQuery 1.4.1
Diffstat (limited to 'demos/show')
-rw-r--r--demos/show/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/show/default.html b/demos/show/default.html
index 724d479a9..e00ba94c5 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.4.js"></script>
+ <script type="text/javascript" src="../../jquery-1.4.1.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>