aboutsummaryrefslogtreecommitdiffstats
path: root/demos/animate
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
committerRichard Worth <rdworth@gmail.com>2009-09-17 10:39:12 +0000
commite2d873e6f06c6d4539302653d63540ba0b6f5e48 (patch)
treecca59581cddd66b4fedcac6d09ae15e9fabf7837 /demos/animate
parent79c433fcab0fa80347de326577a52f1ca22d1ae7 (diff)
downloadjquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.tar.gz
jquery-ui-e2d873e6f06c6d4539302653d63540ba0b6f5e48.zip
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
Diffstat (limited to 'demos/animate')
-rw-r--r--demos/animate/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/animate/default.html b/demos/animate/default.html
index a01f08ad7..4dcd1b080 100644
--- a/demos/animate/default.html
+++ b/demos/animate/default.html
@@ -4,7 +4,7 @@
<title>jQuery UI Effects - Animate 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="../../ui/effects.core.js"></script>
+ <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 200px; position: relative;}