aboutsummaryrefslogtreecommitdiffstats
path: root/include/jquery_ui/development-bundle/demos/dialog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'include/jquery_ui/development-bundle/demos/dialog/index.html')
-rw-r--r--include/jquery_ui/development-bundle/demos/dialog/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/jquery_ui/development-bundle/demos/dialog/index.html b/include/jquery_ui/development-bundle/demos/dialog/index.html
deleted file mode 100644
index 460e4fb36..000000000
--- a/include/jquery_ui/development-bundle/demos/dialog/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>jQuery UI Dialog Demos</title>
- <link rel="stylesheet" href="../demos.css">
-</head>
-<body>
-
-<div class="demos-nav">
- <h4>Examples</h4>
- <ul>
- <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
- <li><a href="animated.html">Animated dialog</a></li>
- <li><a href="modal.html">Modal dialog</a></li>
- <li><a href="modal-message.html">Modal message</a></li>
- <li><a href="modal-confirmation.html">Modal confirmation</a></li>
- <li><a href="modal-form.html">Modal form</a></li>
- </ul>
-</div>
-
-</body>
-</html>