diff --git a/example/example.html b/example/example.html
index 08404f3..05d5993 100644
--- a/example/example.html
+++ b/example/example.html
@@ -20,21 +20,6 @@
chartElement : '#chart',
dragAndDrop : true
});
-
- /* Extra Code */
- $("#show-list").click(function(e){
- e.preventDefault();
-
- $('#list-html').toggle('fast', function(){
- if($(this).is(':visible')){
- $('#show-list').text('Hide underlying list.');
- $(".topbar").fadeTo('fast',0.9);
- }else{
- $('#show-list').text('Show underlying list.');
- $(".topbar").fadeTo('fast',1);
- }
- });
- });
});
@@ -52,46 +37,7 @@
Show underlying list.
-
<ul id="org" style="display:none">
- <li>
- Food
- <ul>
- <li>Beer</li>
- <li>Vegetables
- <ul>
- <li>Pumpkin</li>
- <li>
- <a href="http://tquila.com" target="_blank">Aubergine</a>
- <p>A link and paragraph is all we need.</p>
- </li>
- </ul>
- </li>
- <li>Fruit
- <ul>
- <li>Apple
- <ul>
- <li>Granny Smith</li>
- </ul>
- </li>
- <li>Berries
- <ul>
- <li>Blueberry</li>
- <li><img src="images/raspberry.jpg" alt="Raspberry"/></li>
- <li>Cucumber</li>
- </ul>
- </li>
- </ul>
- </li>
- <li>Bread</li>
- <li>Chocolate
- <ul>
- <li>Topdeck</li>
- <li>Reese's Cups</li>
- </ul>
- </li>
- </ul>
- </li>
-</ul>
+
@@ -139,5 +85,36 @@
+
+
-