Author: rgardler
Date: Thu Mar 3 20:32:41 2011
New Revision: 1076780
URL: http://svn.apache.org/viewvc?rev=1076780&view=rev
Log:
No need to define CSS class, jQuery handles that for us.
Modified:
incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
Modified: incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html?rev=1076780&r1=1076779&r2=1076780&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html
(original)
+++ incubator/wookie/trunk/widgets/widget-template/jqueryMobile/index.html Thu
Mar 3 20:32:41 2011
@@ -35,7 +35,7 @@
<a href="#settings" data-role="button"
data-icon="gear" data-iconpos="notext">Settings</a>
</div> <!-- /header -->
- <div data-role="content" class="ui-content">
+ <div data-role="content">
<div data-role="collapsible">
<h3>I'm a header (click me)</h3>
<p>I'm the collapsible content. By default
I'm open and displayed on the page, but you can click the header to hide me.</p>