summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-07-12 00:52:59 +0200
committerFelix Nagel <info@felixnagel.com>2012-07-12 00:52:59 +0200
commit03aa2b429ac75a257349841c7957b62df55892f8 (patch)
treeeea1ccb235ca8bfcb496822945349340c79c7ba8
parentc67774fe6ea7a7cffcec0acec2bedc070a3812d3 (diff)
downloadjquery-ui-03aa2b429ac75a257349841c7957b62df55892f8.tar.gz
jquery-ui-03aa2b429ac75a257349841c7957b62df55892f8.zip
remove: unneeded index file
-rw-r--r--demos/selectmenu/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/demos/selectmenu/index.html b/demos/selectmenu/index.html
deleted file mode 100644
index 355853a45..000000000
--- a/demos/selectmenu/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8" />
- <title>jQuery UI Selectmenu Demo</title>
- <link type="text/css" href="../demos.css" rel="stylesheet" />
-</head>
-<body>
-
-<div class="demos-nav">
- <h4>Examples</h4>
- <ul>
- <li class="demo-config-on"><a href="default.html">Default functionality</a></li>
- <li class="demo-config-on"><a href="disable_enable.html">Disable example</a></li>
- <li class="demo-config-on"><a href="ajax.html">Select callback with AJAX</a></li>
- <li class="demo-config-on"><a href="background_image.html">Background image example</a></li>
- <li class="demo-config-on"><a href="methods.html">How to use a method</a></li>
- <li class="demo-config-on"><a href="dependency.html">Simple dependency example</a></li>
- </ul>
-</div>
-
-</body>
-</html>