Skip to content

Commit

Permalink
Permite ser colapsável
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Jul 15, 2020
1 parent c63b3ab commit 864c7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<script>
$( function() {
$( "#accordion" ).accordion({
heightStyle: "content"
heightStyle: "content",
collapsible: true
});
} );
</script>
Expand Down

0 comments on commit 864c7cc

Please sign in to comment.