diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 12:47:12 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-06-15 12:47:12 -0400 |
commit | 92fb5567a25080f2064710fc24f0c6c073424cf3 (patch) | |
tree | 641a6f85bf957c07d3c804f5da711028a605bc93 /demos/switchClass/default.html | |
parent | d569b52838594c3e7e732d31dbf07dc2072edfdb (diff) | |
download | jquery-ui-92fb5567a25080f2064710fc24f0c6c073424cf3.tar.gz jquery-ui-92fb5567a25080f2064710fc24f0c6c073424cf3.zip |
Effects: Renamed all files.
Diffstat (limited to 'demos/switchClass/default.html')
-rw-r--r-- | demos/switchClass/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/switchClass/default.html b/demos/switchClass/default.html index 673a19d3b..8b8ecd79b 100644 --- a/demos/switchClass/default.html +++ b/demos/switchClass/default.html @@ -5,7 +5,7 @@ <title>jQuery UI Effects - switchClass Demo</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> <script src="../../jquery-1.7.2.js"></script> - <script src="../../ui/jquery.effects.core.js"></script> + <script src="../../ui/jquery.ui.effect.js"></script> <link rel="stylesheet" href="../demos.css"> <style> .toggler { width: 500px; height: 200px; position: relative; } |