diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index a9f7177f..a1d1c6c4 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -11,7 +11,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, { collapseCueText: ' click to collapse contents', collapsed: false, heading: '>:header,>legend', - theme: undefined, + theme: null, iconTheme: 'd' }, _create: function(){