aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectable/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/selectable/index.html')
-rw-r--r--demos/selectable/index.html16
1 files changed, 6 insertions, 10 deletions
diff --git a/demos/selectable/index.html b/demos/selectable/index.html
index 21fa4d5a7..a82830c60 100644
--- a/demos/selectable/index.html
+++ b/demos/selectable/index.html
@@ -1,20 +1,16 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Selectable 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="serialize.html">Serialize</a></li>
- <li><a href="display-grid.html">Display as grid</a></li>
- </ul>
-</div>
+<ul>
+ <li><a href="default.html">Default functionality</a></li>
+ <li><a href="serialize.html">Serialize</a></li>
+ <li><a href="display-grid.html">Display as grid</a></li>
+</ul>
</body>
</html>