diff options
Diffstat (limited to 'demos/droppable/greedy.html')
-rw-r--r-- | demos/droppable/greedy.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/droppable/greedy.html b/demos/droppable/greedy.html index 7bb7144e9..be16c796b 100644 --- a/demos/droppable/greedy.html +++ b/demos/droppable/greedy.html @@ -39,7 +39,8 @@ </script> </head> <body> - +<div class="demo"> + <div id="draggable" class="ui-widget-content"> <p>Drag me to my target</p> </div> @@ -58,5 +59,14 @@ </div> </div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +<!-- Add description here --> +</p> + +</div><!-- End demo-description --> </body> </html> |