diff options
Diffstat (limited to 'demos/draggable/revert.html')
-rw-r--r-- | demos/draggable/revert.html | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/demos/draggable/revert.html b/demos/draggable/revert.html index 6e656a2b0..b18190d84 100644 --- a/demos/draggable/revert.html +++ b/demos/draggable/revert.html @@ -1,4 +1,4 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> @@ -22,8 +22,6 @@ </head> <body> -<div class="demo"> - <div id="draggable" class="ui-widget-content"> <p>Revert the original</p> </div> @@ -32,13 +30,8 @@ <p>Revert the helper</p> </div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>Return the draggable (or it's helper) to its original location when dragging stops with the boolean <code>revert</code> option.</p> -</div><!-- End demo-description --> - +</div> </body> </html> |