diff options
Diffstat (limited to 'demos/dialog/animated.html')
-rw-r--r-- | demos/dialog/animated.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index 4124ae400..610d38d69 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -13,9 +13,9 @@ <script src="../../ui/jquery.ui.position.js"></script> <script src="../../ui/jquery.ui.resizable.js"></script> <script src="../../ui/jquery.ui.dialog.js"></script> - <script src="../../ui/jquery.effects.core.js"></script> - <script src="../../ui/jquery.effects.blind.js"></script> - <script src="../../ui/jquery.effects.explode.js"></script> + <script src="../../ui/jquery.ui.effect.js"></script> + <script src="../../ui/jquery.ui.effect-blind.js"></script> + <script src="../../ui/jquery.ui.effect-explode.js"></script> <link rel="stylesheet" href="../demos.css"> <script> // increase the default animation speed to exaggerate the effect |