diff --git a/index.html b/index.html index 041f77a..9f574c4 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,9 @@ $('ul.telefilms').tree({default_expanded_paths_string : '0/0/0,0/0/2,0/2/4'}); $('.expand_button').on('click', function() { $('ul.telefilms.first').expand('none'); - return false; }); $('.collapse_button').on('click', function() { $('ul.telefilms.first').collapse(); - return false; }); }); @@ -25,8 +23,8 @@
- Open all - Close all + Open all + Close all