Skip to content

Commit

Permalink
Collapse all examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 30, 2011
1 parent ea251c9 commit 6d15e52
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/vie-examples.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
jQuery(document).ready(function() {
jQuery('#features').accordion();
jQuery('#features').accordion({
collapsible: true,
active: false
});
jQuery('#moreinfo').tabs();

jQuery('#features > div').each(function() {
Expand Down

0 comments on commit 6d15e52

Please sign in to comment.