Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fix for issue #2404
Browse files Browse the repository at this point in the history
Collapsible are collapsed by default
  • Loading branch information
gseguin authored and scottjehl committed Sep 8, 2011
1 parent 3ba911a commit 6f5a7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
options: {
expandCueText: " click to expand contents",
collapseCueText: " click to collapse contents",
collapsed: false,
collapsed: true,
heading: ">:header,>legend",
theme: null,
iconTheme: "d",
Expand Down

0 comments on commit 6f5a7d1

Please sign in to comment.