aboutsummaryrefslogtreecommitdiffstats
path: root/demos/draggable/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/draggable/default.html')
-rw-r--r--demos/draggable/default.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/draggable/default.html b/demos/draggable/default.html
index 52d68d150..dc2a3d461 100644
--- a/demos/draggable/default.html
+++ b/demos/draggable/default.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
@@ -21,19 +21,12 @@
</head>
<body>
-<div class="demo">
-
<div id="draggable" class="ui-widget-content">
<p>Drag me around</p>
</div>
-</div><!-- End demo -->
-
-
-
<div class="demo-description">
<p>Enable draggable functionality on any DOM element. Move the draggable object by clicking on it with the mouse and dragging it anywhere within the viewport.</p>
-</div><!-- End demo-description -->
-
+</div>
</body>
</html>