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 #4063 from MauriceG/patch-26
Browse files Browse the repository at this point in the history
Suggestion for #4062: removing add() function from refresh which queries the whole DOM [1.1.1]
  • Loading branch information
gseguin committed Apr 18, 2012
2 parents 1692a24 + 396110c commit c608fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/jquery.mobile.collapsibleSet.js
Expand Up @@ -70,7 +70,8 @@ $.widget( "mobile.collapsibleset", $.mobile.widget, {
collapsiblesInSet.each( function() {
$( this ).find( $.mobile.collapsible.prototype.options.heading )
.find( "a" ).first()
.add( ".ui-btn-inner" )
.removeClass( "ui-corner-top ui-corner-bottom" )
.find( ".ui-btn-inner" )
.removeClass( "ui-corner-top ui-corner-bottom" );
});

Expand Down

0 comments on commit c608fbe

Please sign in to comment.