From 5a97fd7b058176163ae69a66becb4e83617b4e7e Mon Sep 17 00:00:00 2001 From: gseguin Date: Wed, 28 Sep 2011 10:57:24 -0700 Subject: [PATCH] Fix for #2527 Use ui-body-* instead of ui-btn-up-* for collapsible content --- js/jquery.mobile.collapsible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index 33e8fd18..2c9b3e41 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -45,7 +45,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, { } } - collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-btn-up-" + o.contentTheme ) : ""); + collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-body-" + o.contentTheme ) : ""); collapsibleHeading //drop heading in before content