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.
- +
@@ -139,5 +85,36 @@
+ + - \ No newline at end of file + + \ No newline at end of file