mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-19 12:01:06 +00:00
Fixed issue #1929
This commit is contained in:
parent
e8a973f46a
commit
226873d988
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ $.fn.controlgroup = function(options){
|
|||
|
||||
function flipClasses(els){
|
||||
els
|
||||
.filter( ":visible" )
|
||||
.removeClass('ui-btn-corner-all ui-shadow')
|
||||
.eq(0).addClass(flCorners[0])
|
||||
.end()
|
||||
|
|
|
|||
Loading…
Reference in a new issue