diff options
author | Timmy Willison <timmywil@users.noreply.github.com> | 2024-10-03 13:45:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 10:45:18 -0700 |
commit | f068bf4509d11d781512874e18e9506525ad6dcc (patch) | |
tree | fb26c20bb13bbd9842e83e1f406604704afabd66 | |
parent | b8fff16dc4580187d26a8468ee9dc31387a3b225 (diff) | |
download | jquery-ui-f068bf4509d11d781512874e18e9506525ad6dcc.tar.gz jquery-ui-f068bf4509d11d781512874e18e9506525ad6dcc.zip |
Demos: remove 404 scripts from removeClass demo
Closes gh-2297
-rw-r--r-- | demos/effect/removeClass.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/effect/removeClass.html b/demos/effect/removeClass.html index 734a9f600..1b2c9bd29 100644 --- a/demos/effect/removeClass.html +++ b/demos/effect/removeClass.html @@ -5,8 +5,6 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Effects - removeClass Demo</title> <link rel="stylesheet" href="../../themes/base/all.css"> - <script src="../../external/jquery/jquery.js"></script> - <script src="../../ui/effect.js"></script> <link rel="stylesheet" href="../demos.css"> <style> .toggler { width: 500px; height: 200px; position: relative; } |