Skip to content

Commit 6f5a7d1

Browse files
gseguinscottjehl
authored andcommitted
Fix for issue jquery-archive#2404
Collapsible are collapsed by default
1 parent 3ba911a commit 6f5a7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.collapsible.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
1010
options: {
1111
expandCueText: " click to expand contents",
1212
collapseCueText: " click to collapse contents",
13-
collapsed: false,
13+
collapsed: true,
1414
heading: ">:header,>legend",
1515
theme: null,
1616
iconTheme: "d",

0 commit comments

Comments
 (0)