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

Commit

Permalink
Merge pull request #4299 from uGoMobi/issue_#3496
Browse files Browse the repository at this point in the history
Fixes #3496 - Styling of added checkbox incorrect when in controlgroup
  • Loading branch information
Scott Jehl authored and jaspermdegroot committed May 24, 2012
1 parent ec6eb2e commit 864f851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.controlGroup.js
Expand Up @@ -10,7 +10,7 @@ define( [ "jquery", "./jquery.mobile.buttonMarkup" ], function( $ ) {

$.fn.controlgroup = function( options ) {
function flipClasses( els, flCorners ) {
els.removeClass( "ui-btn-corner-all ui-shadow" )
els.removeClass( "ui-btn-corner-all ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-controlgroup-last ui-shadow" )
.eq( 0 ).addClass( flCorners[ 0 ] )
.end()
.last().addClass( flCorners[ 1 ] ).addClass( "ui-controlgroup-last" );
Expand Down

0 comments on commit 864f851

Please sign in to comment.