Skip to content

Commit 3dc4b9f

Browse files
committed
Removed activeBtnClass from selected option
1 parent 14c98e8 commit 3dc4b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.forms.select.custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
.each(function( i ) {
225225

226226
if ( $.inArray( i, indicies ) > -1 ) {
227-
var item = $( this ).addClass( $.mobile.activeBtnClass );
227+
var item = $( this );
228228

229229
// Aria selected attr
230230
item.find( "a" ).attr( "aria-selected", true );

0 commit comments

Comments
 (0)